.gap_12 {
  row-gap: 12px;
  column-gap: 12px;
}

.text_white {
  color: var(--White-8);
}

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

@media (max-width: 768px) {
  .md-hide {
  display: none !important;
  }
}

.row-demo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 24px;
  column-gap: 24px;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .row-demo {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .row-demo {
  margin-bottom: 48px;
  }
}

.tf-btn {
  height: 56px;
  padding: 16px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--Primary-8);
  color: var(--Secondary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .tf-btn {
  height: 48px;
  padding: 16px 28px;
  }
}

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

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

.mega-menu {
  left: 0px;
  right: 0px;
  padding: 56px 0px;
  max-height: calc(70px + 100vh);
  overflow-x: auto;
  overflow-y: auto;
  width: 100% !important;
  background-color: var(--White-8) !important;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

.main-menu {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .main-menu {
  display: none;
  }
}

@media (max-width: 991px) {
  .site-logo {
  max-width: 132px;
  }
}

.tf-social {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 575px) {
  .sm-hide {
  display: none !important;
  }
}

.mobile-button {
  cursor: pointer;
  padding: 18px 0px;
}

.gap_20 {
  row-gap: 20px;
  column-gap: 20px;
}

.rounded-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.header {
  position: relative;
  z-index: 999;
}

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

.mb_16 {
  margin-bottom: 16px;
}

.text-body-2 {
  font-size: 19px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .text-body-2 {
  font-size: 16px;
  line-height: 24px;
  }
}

.mb_48 {
  margin-bottom: 48px;
}

.link {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box !important;
}

.gap_16 {
  row-gap: 16px;
  column-gap: 16px;
}

.hero-banner-12 {
  position: relative;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}

.z-5 {
  z-index: 5;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding: 0px;
  z-index: 1;
  display: block;
}

.mb_32 {
  margin-bottom: 32px;
}

.wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.tf-spacing-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-label {
  font-weight: 600;
}

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

.text_secondary {
  color: var(--Text-secondary-8);
}

.lh-16 {
  line-height: 16px !important;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@media (max-width: 991px) {
  .heading-section {
  margin-bottom: 30px;
  }
}

.text_primary {
  color: var(--Text-primary-8);
}

.mb_28 {
  margin-bottom: 28px;
}

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

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

.mb_4 {
  margin-bottom: 4px;
}

.quote {
  padding-left: 40px;
  border-left: 1px solid var(--Primary-8);
}

@media (max-width: 768px) {
  .quote {
  padding-left: 20px;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

.section-banner-5 {
  background-color: var(--Bg-light-8);
}

.letter-spacing-1 {
  letter-spacing: 0.1rem;
}

.area-cursor-custom {
  cursor: none;
  position: relative;
}

.hover-line-text {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.mb_8 {
  margin-bottom: 8px;
}

.tf-grid-layout {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
}

@media (max-width: 991px) {
  .lg-hide {
  display: none !important;
  }
}

.section-banner-6 {
  position: relative;
}

.amenities-item {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-8);
}

.section-amenities {
  padding: 80px;
  background-color: var(--Bg-light-8);
}

@media (max-width: 1199px) {
  .section-amenities {
  padding: 60px 15px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

.text-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .text-button {
  font-size: 14px;
  }
}

.text-body-default {
  font-size: 17px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .text-body-default {
  font-size: 15px;
  line-height: 22px;
  }
}

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

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

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

.gap_4 {
  row-gap: 4px;
  column-gap: 4px;
}

.text-button-small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.mt_24 {
  margin-top: 24px;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box !important;
}

.section-testimonial-11 {
  position: relative;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_23 {
  margin-bottom: 23px;
}

.rounded-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.meta-post {
  display: flex;
}

.mb_12 {
  margin-bottom: 12px;
}

.gap_8 {
  row-gap: 8px;
  column-gap: 8px;
}

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

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

.mb_20 {
  margin-bottom: 20px;
}

.form-newsletter {
  position: relative;
}

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

.footer-style-11 {
  background-color: var(--Bg-light-8);
  position: relative;
  z-index: 1000;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background: var(--White-8);
  box-shadow: rgba(71, 92, 133, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .progress-wrap {
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  }
}

.offcanvas-title {
  margin-bottom: 0px;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.offcanvas {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.mobile-nav-wrap {
  z-index: 999991;
  background-color: var(--White-8);
  max-width: 350px;
  width: 100%;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

@media (min-width: 576px) {
  .modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
  }
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

@media (min-width: 576px) {
  .modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

.fade {
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modalDemo {
  z-index: 9999999;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

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

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

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

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

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

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

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

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

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

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

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

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

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

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

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

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

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

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

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

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

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

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

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

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

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

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

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

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

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

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

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

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

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

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

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

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

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

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

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

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

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

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

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

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

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

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

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

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

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

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

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

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

@media print {
  .d-print-table {
  display: table !important;
  }
}

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

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

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

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

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

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

body {
  line-height: 1;
  font-family: var(--font-main);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

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

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

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

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

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted);
}

.text_on-suface-1 {
  color: var(--On-Suface-1);
}

.text_on-suface-2 {
  color: var(--On-Suface-2);
}

.text_placehover {
  color: var(--Placehover);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

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

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

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

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

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

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light);
}

.bg-dark-color {
  background-color: var(--Text-primary);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White);
  border: 1px solid var(--Line);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White);
  background-color: var(--Primary);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary);
  color: var(--Text-primary);
  border-color: var(--Primary) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line);
  color: var(--On-Suface-2);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary);
  background-color: var(--White);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary);
  color: var(--White);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary);
  color: var(--Primary);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White);
}

.line-marker.line-primary {
  background-color: var(--Primary);
}

.line-marker.line-dark {
  background-color: var(--Text-primary);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary);
}

.topbar-2 {
  background-color: var(--Text-primary);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White);
}

.header.style-7 {
  background-color: var(--Bg-light);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary);
  background-color: var(--White);
  border-color: var(--White) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary);
  color: var(--White);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White);
  color: var(--White);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White);
  background-color: var(--Primary);
  border-color: var(--Primary) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 11px;
  color: var(--Text-secondary);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary);
  background-color: var(--Primary) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary);
  color: var(--Text-primary);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary);
  color: var(--Text-primary);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White);
  background-color: var(--Text-primary);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White);
}

.footer-style-10 .social a:hover {
  color: var(--Primary);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary);
  background-color: var(--Primary) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White);
}

.footer-style-15 .social a:hover {
  color: var(--Primary);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary);
  background-color: var(--Primary) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White);
  color: var(--Text-primary);
  border-color: var(--White) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White);
  color: var(--Primary);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White);
  color: var(--Primary);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary);
  border: 1px solid var(--Primary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White);
  background-color: var(--Primary);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White);
  background-color: var(--Primary);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary);
  color: var(--White);
}

.tf-btn.btn-bg-white {
  background-color: var(--White);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White);
  color: var(--Primary);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White);
  color: var(--Text-primary);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White);
  color: var(--Text-primary);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark);
  color: var(--White);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary);
  color: var(--White);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary);
  background-color: transparent;
  color: var(--Text-primary);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary);
  background-color: transparent;
  color: var(--White);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White);
  background-color: transparent;
  color: var(--White);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary);
  background-color: transparent;
  color: var(--Text-primary);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White);
  padding: 5px;
  color: var(--Text-primary);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary);
  color: var(--White);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White);
  ---color-text: var(--White);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark);
  ---color-text: var(--Text-primary);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White);
  color: var(--Text-primary) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary);
  color: var(--White);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White);
  color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary);
  color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White);
}

.form-contact-2.v2 textarea {
  color: var(--White);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White);
}

.form-service-booking .nice-select .current {
  color: var(--White);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White);
  border: 1px solid var(--Line);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White);
}

.form-book-move .nice-select::after {
  color: var(--White);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White);
}

.sw-button.style-1:hover {
  background-color: var(--White);
  color: var(--Text-primary);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White);
  color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary);
  background-color: var(--Primary) !important;
  border-color: var(--Primary) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White);
  color: var(--White);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White);
  border-color: var(--Line);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary);
  font-size: 32px;
  border: 1px solid var(--Line);
}

.sw-button.style-4:hover {
  background-color: var(--Primary);
  color: var(--White);
  border-color: var(--Primary);
}

.sw-button.style-5 {
  background-color: var(--White);
  color: var(--Text-primary);
  font-size: 28px;
  border: 1px solid var(--Line);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary);
}

.sw-button.style-6 {
  background-color: var(--Bg-light);
  color: var(--Text-primary);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White);
}

.sw-button.style-7 {
  background-color: var(--White);
  color: var(--Text-primary);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White);
  border: 1px solid var(--White);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary);
  background-color: var(--Primary);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/aIclngy4NpOZrc0XIrFrw-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White);
  background-color: var(--Primary) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary);
  padding: 4px 8px;
  background-color: var(--White);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary);
}

.blog-item.style-5 .date .day {
  background-color: var(--White);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light);
  color: var(--Primary);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light);
  border-color: var(--Bg-light);
  color: var(--Primary);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line);
  border-bottom: 1px solid var(--Line);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary);
}

.meta-post li a {
  color: var(--Text-primary);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary);
  border-color: var(--Text-secondary);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary);
  color: var(--Text-muted);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary);
  color: var(--Text-primary);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light);
  border-color: var(--Bg-light);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light);
  color: var(--Text-primary);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line);
  background: var(--White);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary);
  color: var(--Text-muted);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White);
}

.section-testimonial-13 {
  background-color: var(--Bg-light);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White);
  color: var(--Text-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary);
  color: var(--Text-primary);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary);
  color: var(--White);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary);
}

.hero-banner-13 .box-item {
  background-color: var(--White);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White);
  font-size: 32px;
  background-color: var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White);
  border: 1px solid var(--Line);
  color: var(--Text-primary);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White);
  color: var(--Primary);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary);
  color: var(--White);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary);
  color: var(--Text-primary);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary);
}

.box-about .bg-2 {
  background-color: var(--Bg-light);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary);
}

.box-about .bg-5 {
  background-color: var(--White);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White);
  background-color: var(--Primary) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary);
  border: 1px solid var(--Line);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: var(--White);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary);
  color: var(--White);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary);
  border-color: var(--Text-primary);
  color: var(--White);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary);
  background-color: var(--White);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary);
  color: var(--White);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White);
}

.service-item.style-8 {
  background-color: var(--Bg-light);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary);
  color: var(--White);
}

.service-item.style-8:hover .title {
  color: var(--White);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark);
  color: var(--White);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary);
  font-size: 16px;
  color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark);
  color: var(--White);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light);
  font-size: 24px;
  color: var(--Text-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary);
  color: var(--White);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary);
  color: var(--White);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White);
  color: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: var(--White);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary);
  color: var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary);
}

.section-service-4 {
  background-color: var(--Bg-light);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line);
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary);
  color: var(--White);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary);
  background-color: var(--Bg-light);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary);
  color: var(--White);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White);
  color: var(--Text-primary);
}

.section-process-7 .icon i {
  color: var(--Text-primary);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary);
  color: var(--Primary);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary);
  color: var(--Text-primary);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary);
  color: var(--Text-primary);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  font-size: 28px;
  background-color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White);
}

.section-pricing-9 {
  background-color: var(--Bg-light);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary);
  transform: translateY(-2px);
  color: var(--White);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary);
  color: var(--White);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line);
  border-bottom: 1px solid var(--Line);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light);
}

.section-features-landing .box-icon {
  background-color: var(--White);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary) !important;
}

.navigation li.has-child::after {
  color: var(--White);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White) !important;
}

.main-menu .current-menu::after {
  color: var(--White) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary) !important;
}

.tf-btn {
  color: var(--Text-primary);
}

.tf-btn.style-border {
  color: var(--White);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

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

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

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

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

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

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

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

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

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

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

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

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

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

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

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

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

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

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

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

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

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

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

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

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

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

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

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

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

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

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

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

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

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

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

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

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

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

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

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

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

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

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

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

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

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

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

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

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

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

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

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

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

@media print {
  .d-print-table {
  display: table !important;
  }
}

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

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

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

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

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-2));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-2));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-2));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-2));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

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

body {
  line-height: 1;
  font-family: var(--font-main);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-2);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

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

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

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

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

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-2) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-2);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-2);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-2);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-2);
}

.text_placehover {
  color: var(--Placehover-2);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

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

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-2);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

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

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-2);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

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

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-2);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-2);
}

.bg-dark-color {
  background-color: var(--Text-primary-2);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-2);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-2);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-2);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-2);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-2);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-2);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-2);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-2);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-2);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-2);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-3);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-2);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-2);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-2);
  border: 1px solid var(--Line-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-2);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-2);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-2);
  background-color: var(--Primary-2);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-2);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
  border-color: var(--Primary-2) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-2);
  color: var(--On-Suface-2-2);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-2);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-2);
  background-color: var(--White-2);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-2);
  color: var(--White-2);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-2);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-2);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-2);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-2);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-2);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-2);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-2);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-2);
  color: var(--Primary-2);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-2);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-2);
}

.line-marker.line-primary {
  background-color: var(--Primary-2);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-2);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-2);
}

.topbar-2 {
  background-color: var(--Text-primary-2);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-2);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-2);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-2);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-2);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-2);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-2);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-2);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-2);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-2);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-2);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-2);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-2);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-2);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-2);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-2);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-2);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-2) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-2);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-2);
}

.header.style-7 {
  background-color: var(--Bg-light-2);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-2);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-2);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-2);
  background-color: var(--White-2);
  border-color: var(--White-2) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-2);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-2);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-2);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-2);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-2);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-2);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-2);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-2);
  color: var(--White-2);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-2);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-2);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-2);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-2);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-2);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-2);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-2);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-2);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-2);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-2);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-3);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-2);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-2);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-3);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-2);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-2);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-2);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-2);
  background-color: var(--Primary-2);
  border-color: var(--Primary-2) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-2);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-3);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-2);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-2);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-2) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-2) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-2);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-2);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-2);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-2);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-2);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-2);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-2);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-2);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-2);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-2);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-2);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-2);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-2);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-2);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-2);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-2);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-2);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-2);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-2);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-2);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-2);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-2);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-2);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-2);
  margin-bottom: 11px;
  color: var(--Text-secondary-2);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-2);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-2);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-2);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-3);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-2);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-2);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-2);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-2);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-2);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-2);
  background-color: var(--Primary-2) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-2);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-2);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-2);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-2);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-2);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-2);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-2);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-2);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-2);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-2);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-2);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-2);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-2);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-2);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-2);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-2);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-2);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-2);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-2);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-2);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-2);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-2);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-2);
  background-color: var(--Text-primary-2);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-2);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-2);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-2);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-2);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-2);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-2);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-2);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-2);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-2);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-2);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-2);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-2);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-2);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-2);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-2);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-2);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-2);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-2);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-2);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-2);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-2);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-2);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-2);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-2) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-2) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-2);
  background-color: var(--Primary-2) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-2);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-2);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-2);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-2);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-2);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-2);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-2);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-2);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-2);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-2);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-2);
  background-color: var(--Primary-2) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-2);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
  border-color: var(--White-2) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-2);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-2);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-2);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-2);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-2);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-2);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-2);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-2);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-2);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-2);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-2);
  color: var(--Primary-2);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-2);
  color: var(--Primary-2);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-2);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-2);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-2);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-2);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-2);
  border: 1px solid var(--Primary-2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-2);
  background-color: var(--Primary-2);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-2);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-2);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-2);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-2);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-2);
  background-color: var(--Primary-2);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-2);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-2);
  color: var(--Primary-2);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-3);
  color: var(--White-2);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-2);
  color: var(--White-2);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-2);
  background-color: transparent;
  color: var(--Text-primary-2);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-2);
  background-color: transparent;
  color: var(--White-2);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-2);
  background-color: transparent;
  color: var(--White-2);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-2);
  background-color: transparent;
  color: var(--Text-primary-2);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-2);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-2);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-2);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-2);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-2);
  padding: 5px;
  color: var(--Text-primary-2);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-2);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-2);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-2);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-2);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-2);
  color: var(--White-2);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-2);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-2);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-2);
  ---color-text: var(--White-2);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-3);
  ---color-text: var(--Text-primary-2);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-2);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-2);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-2);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-2);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-2);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-2);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-2);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-2);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-2);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-2);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-2);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-2);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-2);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-2);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-2);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-2);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-2) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-2);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-2);
  color: var(--Text-primary-2) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-2);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-2);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-2);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-2);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-2);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-2);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-2);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-2);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-2);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-2);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-2);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-2);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-2);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-2);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-2);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-2) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-2);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-2);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-2);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-2);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-2);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-2);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-2);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-2);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-2);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-2);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-2);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-2);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-2);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-2);
  color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-2);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-2);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-2);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-2);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-2);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-2);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-2);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-2);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-2);
}

.form-contact-2.v2 textarea {
  color: var(--White-2);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-2);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-2);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-2);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-2);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-2);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-2);
}

.form-service-booking .nice-select .current {
  color: var(--White-2);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-2);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-2);
  border: 1px solid var(--Line-2);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-2);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-2);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-2);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-2);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-2);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-2);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-2);
}

.form-book-move .nice-select::after {
  color: var(--White-2);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-2);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-2);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-2);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-2);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-2);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-2);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-2);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-2);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-2);
}

.sw-button.style-1:hover {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-2);
  color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-2);
  background-color: var(--Primary-2) !important;
  border-color: var(--Primary-2) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-2);
  color: var(--White-2);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-2);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-2);
  border-color: var(--Line-2);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-2);
  font-size: 32px;
  border: 1px solid var(--Line-2);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
  border-color: var(--Primary-2);
}

.sw-button.style-5 {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
  font-size: 28px;
  border: 1px solid var(--Line-2);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-2);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-2);
  color: var(--Text-primary-2);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-2);
}

.sw-button.style-7 {
  background-color: var(--White-2);
  color: var(--Text-primary-2);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-2);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-2);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-2);
  border: 1px solid var(--White-2);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-2);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-2);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-2);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-2);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-2);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-2);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-2);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-2);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-2);
  background-color: var(--Primary-2);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-2);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-2);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-2);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/TSNIWM9a6ffAhiqu5TbZw-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-2);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-2);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-2);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-2);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-2);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-2);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-2);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-2);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-2);
  background-color: var(--Primary-2) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-2);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-2);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-3);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-2);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-2);
  padding: 4px 8px;
  background-color: var(--White-2);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-2);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-2);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-2);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-2);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-2);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-2);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-2);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-2);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-2);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-2);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-2);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-2);
  color: var(--Primary-2);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-2);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-2);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-2);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-2);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-2);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-2);
  border-color: var(--Bg-light-2);
  color: var(--Primary-2);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-2);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-2);
  border-bottom: 1px solid var(--Line-2);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-2);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-2);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-2);
}

.meta-post li a {
  color: var(--Text-primary-2);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-2);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-2);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-2);
  border-color: var(--Primary-2);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-2);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-2);
  border-color: var(--Text-secondary-2);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-2);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-2);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-2);
  color: var(--Text-muted-2);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-2);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-2);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-2);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-2);
  border-color: var(--Bg-light-2);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-2);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-2);
  color: var(--Text-primary-2);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-2);
  background: var(--White-2);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-2);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-2);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-2);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-2);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-2);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-2);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-2);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-2);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-2);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-2);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-2);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-2);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-2);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-2);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-2);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-2);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-2);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-2);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-2);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-2);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-2);
  color: var(--Text-muted-2);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-2);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-2);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-2);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-2);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-2);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-2);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-2);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-2);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-2);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-2);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-2);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-2);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-2);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-2);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-2);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-2);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-2);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-2);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-2);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-2);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-3);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-2);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-2);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-2);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-2);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-2);
  color: var(--Text-primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-2);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-2);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-2);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-2);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-2);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-3);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-2);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-2);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-2);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-2);
  color: var(--White-2);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-2);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-2);
}

.hero-banner-13 .box-item {
  background-color: var(--White-2);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-2);
  font-size: 32px;
  background-color: var(--Primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-2);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-2);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-2);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-2);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-2);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-2);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-2);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-2);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-2);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-2);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-2);
  border: 1px solid var(--Line-2);
  color: var(--Text-primary-2);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-2);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-2) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-2);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-2);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-2);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-2) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-2);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-2);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-2);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-2);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-2);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-2);
  color: var(--Primary-2);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-2) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-2);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-2);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-2);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-2);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-2);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-2);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-2);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-2);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-2);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-2);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-2);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-2);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-2);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-2);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-2);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-2);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-2);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-2);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-2);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-2);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-2);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-2);
}

.box-about .bg-5 {
  background-color: var(--White-2);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-2);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-2);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-2);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-2);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-2);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-2);
  background-color: var(--Primary-2) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-2);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-2);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-2);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-2);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-2);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-2);
  border: 1px solid var(--Line-2);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-2);
  border-color: var(--Primary-2);
  color: var(--White-2);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-2);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-2);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-2);
  border-color: var(--Text-primary-2);
  color: var(--White-2);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-2);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-2);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-2);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-2);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-2);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-2);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-2);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-2);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-2);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-2);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-3);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-3);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-2);
  background-color: var(--White-2);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-2);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-2);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-2);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-2);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-2);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-2);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-2);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-2);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-2);
}

.service-item.style-8 {
  background-color: var(--Bg-light-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-2);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.service-item.style-8:hover .title {
  color: var(--White-2);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-2);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-3);
  color: var(--White-2);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-2);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-2);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-2);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-2);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-2);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-2);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-2);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-2);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-2);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-2);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-2);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-2);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-2) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-2);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-2);
  font-size: 16px;
  color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-2);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-2);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-2);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-2);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-2);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-2);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-2);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-2);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-2);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-2);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-2);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-2);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-2);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-2);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-2);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-2);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-2);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-2);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-2);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-2);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-2);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-2);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-2);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-2);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-2);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-2);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-2);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-2);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-2);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-2);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-3);
  color: var(--White-2);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-2);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-2);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-2);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-2);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-2);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-2);
  font-size: 24px;
  color: var(--Text-primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-2);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-2);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-2);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-2) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-2);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-2);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-2);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-2);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-2);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-2);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-2);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-2);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-2);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-2) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-2);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-2);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-2);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-2);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-2);
  color: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-2);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-2);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-2);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-2);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-2);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-2);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-2);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-2);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-2);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-2);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-2);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-2);
  border-color: var(--Primary-2);
  color: var(--White-2);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-2);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-2);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-2);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-2);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-2);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-2);
  color: var(--Primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-2);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-2);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-2);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-2);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-2);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-2);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-2);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-2);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-2);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-2);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-2);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-2);
}

.section-service-4 {
  background-color: var(--Bg-light-2);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-2);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-2);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-2);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-2);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-2);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-2);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-2);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-2);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-2);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-2);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-2);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-2);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-2);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-2);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-2);
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-2);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-2);
  color: var(--White-2);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-2);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-2);
  background-color: var(--Bg-light-2);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-2);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-2);
  color: var(--White-2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-2);
  color: var(--Text-primary-2);
}

.section-process-7 .icon i {
  color: var(--Text-primary-2);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-2);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-2);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-2);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-2);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-2);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-2);
  color: var(--Primary-2);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-2);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-3);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-2);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-2);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-2);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-2);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-2);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-2);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-2);
  color: var(--Text-primary-2);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-2);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-2);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-2);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-2);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-2);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-2);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-2);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-2);
  color: var(--Text-primary-2);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-2);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-2);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-2);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-2);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-2);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-2);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-2);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-2);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-2);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-2);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-2);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-2);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-2);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-2);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-2);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-2);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-2);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-2);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-2);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-2);
  font-size: 28px;
  background-color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-3);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-2);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-2);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-2);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-2);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-2);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-3);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-2);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-2);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-2);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-2);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-2);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-2);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-2);
}

.section-pricing-9 {
  background-color: var(--Bg-light-2);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-2);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-2);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-2);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-2);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-3);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-2);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-2);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-2);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-2);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-2);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-2);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-2);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-2);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-2);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-2);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-2);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-2);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-2);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-2);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-2);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-2);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-2);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-2);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-2);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-2);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-2);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-2);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-2);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-2);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-2);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-2);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-2);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-2);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-2);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-2);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-2);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-2);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-2);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-2);
  transform: translateY(-2px);
  color: var(--White-2);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-2);
  color: var(--White-2);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-2);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-2);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-2);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-2);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-2);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-2);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-2);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-2);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-2);
  border-bottom: 1px solid var(--Line-2);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-2);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-2);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-2);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-2);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-2);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-2);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-2);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-2);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-2);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-2);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-3);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-2);
}

.section-features-landing .box-icon {
  background-color: var(--White-2);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-2);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-2);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-2);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-2);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-2);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-2) !important;
}

.navigation li.has-child::after {
  color: var(--White-2);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-2);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-2) !important;
}

.main-menu .current-menu::after {
  color: var(--White-2) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-2);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-2);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-2) !important;
}

.tf-btn {
  color: var(--Text-primary-2);
}

.tf-btn.style-border {
  color: var(--White-2);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-2);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

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

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

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

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

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

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

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

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

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

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

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

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

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

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

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

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

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

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0px !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space-collapse: collapse !important;
  text-wrap-mode: wrap !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

@media print {
  .d-print-inline-block {
  display: inline-block !important;
  }
}

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

@media print {
  .d-print-inline-grid {
  display: inline-grid !important;
  }
}

@media print {
  .d-print-table {
  display: table !important;
  }
}

@media print {
  .d-print-table-row {
  display: table-row !important;
  }
}

@media print {
  .d-print-table-cell {
  display: table-cell !important;
  }
}

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

@media print {
  .d-print-inline-flex {
  display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-3));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-3));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-3));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-3));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: var(--font-main);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-3);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-3) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-3);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-3);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-3);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-3);
}

.text_placehover {
  color: var(--Placehover-3);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-3);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-3);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

.h-full {
  height: 100% !important;
}

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-3);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-3);
}

.bg-dark-color {
  background-color: var(--Text-primary-3);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-3);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-3);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-3);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-3);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-3);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-3);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-3);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-3);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-3);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-3);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-4);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-3);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-3);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-3);
  border: 1px solid var(--Line-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-3);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-3);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-3);
  background-color: var(--Primary-3);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-3);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
  border-color: var(--Primary-3) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-3);
  color: var(--On-Suface-2-3);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-3);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-3);
  background-color: var(--White-3);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-3);
  color: var(--White-3);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-3);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-3);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-3);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-3);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-3);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-3);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-3);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-3);
  color: var(--Primary-3);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-3);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-3);
}

.line-marker.line-primary {
  background-color: var(--Primary-3);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-3);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-3);
}

.topbar-2 {
  background-color: var(--Text-primary-3);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-3);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-3);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-3);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-3);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-3);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-3);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-3);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-3);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-3);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-3);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-3);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-3);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-3);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-3);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-3);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-3);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-3) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-3);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-3);
}

.header.style-7 {
  background-color: var(--Bg-light-3);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-3);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-3);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-3);
  background-color: var(--White-3);
  border-color: var(--White-3) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-3);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-3);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-3);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-3);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-3);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-3);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-3);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-3);
  color: var(--White-3);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-3);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-3);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-3);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-3);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-3);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-3);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-3);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-3);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-3);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-4);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-3);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-3);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-4);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-3);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-3);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-3);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-3);
  background-color: var(--Primary-3);
  border-color: var(--Primary-3) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-3);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-4);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-3);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-3);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-3) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-3) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-3);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-3);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-3);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-3);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-3);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-3);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-3);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-3);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-3);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-3);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-3);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-3);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-3);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-3);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-3);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-3);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-3);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-3);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-3);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-3);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-3);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-3);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-3);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-3);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-3);
  margin-bottom: 11px;
  color: var(--Text-secondary-3);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-3);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-3);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-3);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-4);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-3);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-3);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-3);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-3);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-3);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-3);
  background-color: var(--Primary-3) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-3);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-3);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-3);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-3);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-3);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-3);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-3);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-3);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-3);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-3);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-3);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-3);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-3);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-3);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-3);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-3);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-3);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-3);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-3);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-3);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-3);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-3);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-3);
  background-color: var(--Text-primary-3);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-3);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-3);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-3);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-3);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-3);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-3);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-3);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-3);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-3);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-3);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-3);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-3);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-3);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-3);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-3);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-3);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-3);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-3);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-3);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-3);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-3);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-3);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-3);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-3) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-3) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-3);
  background-color: var(--Primary-3) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-3);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-3);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-3);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-3);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-3);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-3);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-3);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-3);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-3);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-3);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-3);
  background-color: var(--Primary-3) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-3);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
  border-color: var(--White-3) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-3);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-3);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-3);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-3);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-3);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-3);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-3);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-3);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-3);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-3);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-3);
  color: var(--Primary-3);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-3);
  color: var(--Primary-3);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-3);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-3);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-3);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-3);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-3);
  border: 1px solid var(--Primary-3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-3);
  background-color: var(--Primary-3);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-3);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-3);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-3);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-3);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-3);
  background-color: var(--Primary-3);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-3);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-3);
  color: var(--Primary-3);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-4);
  color: var(--White-3);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-3);
  color: var(--White-3);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-3);
  background-color: transparent;
  color: var(--Text-primary-3);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-3);
  background-color: transparent;
  color: var(--White-3);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-3);
  background-color: transparent;
  color: var(--White-3);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-3);
  background-color: transparent;
  color: var(--Text-primary-3);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-3);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-3);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-3);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-3);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-3);
  padding: 5px;
  color: var(--Text-primary-3);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-3);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-3);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-3);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-3);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-3);
  color: var(--White-3);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-3);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-3);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-3);
  ---color-text: var(--White-3);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-4);
  ---color-text: var(--Text-primary-3);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-3);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-3);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-3);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-3);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-3);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-3);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-3);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-3);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-3);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-3);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-3);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-3);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-3);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-3);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-3);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-3);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-3) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-3);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-3);
  color: var(--Text-primary-3) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-3);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-3);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-3);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-3);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-3);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-3);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-3);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-3);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-3);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-3);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-3);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-3);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-3);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-3);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-3);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-3) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-3);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-3);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-3);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-3);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-3);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-3);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-3);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-3);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-3);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-3);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-3);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-3);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-3);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-3);
  color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-3);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-3);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-3);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-3);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-3);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-3);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-3);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-3);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-3);
}

.form-contact-2.v2 textarea {
  color: var(--White-3);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-3);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-3);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-3);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-3);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-3);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-3);
}

.form-service-booking .nice-select .current {
  color: var(--White-3);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-3);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-3);
  border: 1px solid var(--Line-3);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-3);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-3);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-3);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-3);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-3);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-3);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-3);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-3);
}

.form-book-move .nice-select::after {
  color: var(--White-3);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-3);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-3);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-3);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-3);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-3);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-3);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-3);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-3);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-3);
}

.sw-button.style-1:hover {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-3);
  color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-3);
  background-color: var(--Primary-3) !important;
  border-color: var(--Primary-3) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-3);
  color: var(--White-3);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-3);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-3);
  border-color: var(--Line-3);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-3);
  font-size: 32px;
  border: 1px solid var(--Line-3);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
  border-color: var(--Primary-3);
}

.sw-button.style-5 {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
  font-size: 28px;
  border: 1px solid var(--Line-3);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-3);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-3);
  color: var(--Text-primary-3);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-3);
}

.sw-button.style-7 {
  background-color: var(--White-3);
  color: var(--Text-primary-3);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-3);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-3);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-3);
  border: 1px solid var(--White-3);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-3);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-3);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-3);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-3);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-3);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-3);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-3);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-3);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-3);
  background-color: var(--Primary-3);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-3);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-3);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-3);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/wfrtCJqPKGBxcq8732vt--cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-3);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-3);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-3);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-3);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-3);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-3);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-3);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-3);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-3);
  background-color: var(--Primary-3) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-3);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-3);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-4);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-3);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-3);
  padding: 4px 8px;
  background-color: var(--White-3);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-3);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-3);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-3);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-3);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-3);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-3);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-3);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-3);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-3);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-3);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-3);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-3);
  color: var(--Primary-3);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-3);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-3);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-3);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-3);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-3);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-3);
  border-color: var(--Bg-light-3);
  color: var(--Primary-3);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-3);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-3);
  border-bottom: 1px solid var(--Line-3);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-3);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-3);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-3);
}

.meta-post li a {
  color: var(--Text-primary-3);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-3);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-3);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-3);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-3);
  border-color: var(--Primary-3);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-3);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-3);
  border-color: var(--Text-secondary-3);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-3);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-3);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-3);
  color: var(--Text-muted-3);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-3);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-3);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-3);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-3);
  border-color: var(--Bg-light-3);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-3);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-3);
  color: var(--Text-primary-3);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-3);
  background: var(--White-3);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-3);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-3);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-3);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-3);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-3);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-3);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-3);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-3);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-3);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-3);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-3);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-3);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-3);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-3);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-3);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-3);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-3);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-3);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-3);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-3);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-3);
  color: var(--Text-muted-3);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-3);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-3);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-3);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-3);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-3);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-3);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-3);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-3);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-3);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-3);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-3);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-3);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-3);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-3);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-3);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-3);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-3);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-3);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-3);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-3);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-3);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-4);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-3);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-3);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-3);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-3);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-3);
  color: var(--Text-primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-3);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-3);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-3);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-3);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-3);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-4);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-3);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-3);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-3);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-3);
  color: var(--White-3);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-3);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-3);
}

.hero-banner-13 .box-item {
  background-color: var(--White-3);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-3);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-3);
  font-size: 32px;
  background-color: var(--Primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-3);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-3);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-3);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-3);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-3);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-3);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-3);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-3);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-3);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-3);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-3);
  border: 1px solid var(--Line-3);
  color: var(--Text-primary-3);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-3);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-3);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-3) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-3);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-3);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-3);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-3) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-3);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-3);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-3);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-3);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-3);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-3);
  color: var(--Primary-3);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-3) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-3);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-3);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-3);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-3);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-3);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-3);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-3);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-3);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-3);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-3);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-3);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-3);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-3);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-3);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-3);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-3);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-3);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-3);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-3);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-3);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-3);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-3);
}

.box-about .bg-5 {
  background-color: var(--White-3);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-3);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-3);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-3);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-3);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-3);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-3);
  background-color: var(--Primary-3) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-3);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-3);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-3);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-3);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-3);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-3);
  border: 1px solid var(--Line-3);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-3);
  border-color: var(--Primary-3);
  color: var(--White-3);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-3);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-3);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-3);
  border-color: var(--Text-primary-3);
  color: var(--White-3);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-3);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-3);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-3);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-3);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-3);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-3);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-3);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-3);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-3);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-3);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-4);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-4);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-3);
  background-color: var(--White-3);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-3);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-3);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-3);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-3);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-3);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-3);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-3);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-3);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-3);
}

.service-item.style-8 {
  background-color: var(--Bg-light-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-3);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.service-item.style-8:hover .title {
  color: var(--White-3);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-3);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-4);
  color: var(--White-3);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-3);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-3);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-3);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-3);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-3);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-3);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-3);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-3);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-3);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-3);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-3);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-3);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-3) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-3);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-3);
  font-size: 16px;
  color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-3);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-3);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-3);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-3);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-3);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-3);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-3);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-3);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-3);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-3);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-3);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-3);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-3);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-3);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-3);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-3);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-3);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-3);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-3);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-3);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-3);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-3);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-3);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-3);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-3);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-3);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-3);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-3);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-3);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-3);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-4);
  color: var(--White-3);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-3);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-3);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-3);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-3);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-3);
  font-size: 24px;
  color: var(--Text-primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-3);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-3);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-3);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-3) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-3);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-3);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-3);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-3);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-3);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-3);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-3);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-3);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-3);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-3) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-3);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-3);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-3);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-3);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-3);
  color: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-3);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-3);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-3);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-3);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-3);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-3);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-3);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-3);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-3);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-3);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-3);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-3);
  border-color: var(--Primary-3);
  color: var(--White-3);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-3);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-3);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-3);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-3);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-3);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-3);
  color: var(--Primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-3);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-3);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-3);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-3);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-3);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-3);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-3);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-3);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-3);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-3);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-3);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-3);
}

.section-service-4 {
  background-color: var(--Bg-light-3);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-3);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-3);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-3);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-3);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-3);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-3);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-3);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-3);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-3);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-3);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-3);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-3);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-3);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-3);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-3);
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-3);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-3);
  color: var(--White-3);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-3);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-3);
  background-color: var(--Bg-light-3);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-3);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-3);
  color: var(--White-3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-3);
  color: var(--Text-primary-3);
}

.section-process-7 .icon i {
  color: var(--Text-primary-3);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-3);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-3);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-3);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-3);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-3);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-3);
  color: var(--Primary-3);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-3);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-4);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-3);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-3);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-3);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-3);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-3);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-3);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-3);
  color: var(--Text-primary-3);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-3);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-3);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-3);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-3);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-3);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-3);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-3);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-3);
  color: var(--Text-primary-3);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-3);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-3);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-3);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-3);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-3);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-3);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-3);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-3);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-3);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-3);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-3);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-3);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-3);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-3);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-3);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-3);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-3);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-3);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-3);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-3);
  font-size: 28px;
  background-color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-4);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-3);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-3);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-3);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-3);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-3);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-4);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-3);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-3);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-3);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-3);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-3);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-3);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-3);
}

.section-pricing-9 {
  background-color: var(--Bg-light-3);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-3);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-3);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-3);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-3);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-4);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-3);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-3);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-3);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-3);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-3);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-3);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-3);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-3);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-3);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-3);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-3);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-3);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-3);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-3);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-3);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-3);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-3);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-3);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-3);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-3);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-3);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-3);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-3);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-3);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-3);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-3);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-3);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-3);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-3);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-3);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-3);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-3);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-3);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-3);
  transform: translateY(-2px);
  color: var(--White-3);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-3);
  color: var(--White-3);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-3);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-3);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-3);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-3);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-3);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-3);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-3);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-3);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-3);
  border-bottom: 1px solid var(--Line-3);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-3);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-3);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-3);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-3);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-3);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-3);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-3);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-3);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-3);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-3);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-3);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-4);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-3);
}

.section-features-landing .box-icon {
  background-color: var(--White-3);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-3);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-3);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-3);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-3);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-3);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-3);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-3) !important;
}

.navigation li.has-child::after {
  color: var(--White-3);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-3);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-3) !important;
}

.main-menu .current-menu::after {
  color: var(--White-3) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-3);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-3);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-3) !important;
}

.tf-btn {
  color: var(--Text-primary-3);
}

.tf-btn.style-border {
  color: var(--White-3);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-3);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
  scroll-behavior: smooth;
  }
}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0px;
}

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

.mark, mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  overflow-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

button, input, optgroup, select, textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

legend {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0px;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0px;
}

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-secondary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-success {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-info {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-warning {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-danger {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-light {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-dark {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.overflow-visible {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0px !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0px !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space-collapse: collapse !important;
  text-wrap-mode: wrap !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

@media print {
  .d-print-inline-block {
  display: inline-block !important;
  }
}

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

@media print {
  .d-print-inline-grid {
  display: inline-grid !important;
  }
}

@media print {
  .d-print-table {
  display: table !important;
  }
}

@media print {
  .d-print-table-row {
  display: table-row !important;
  }
}

@media print {
  .d-print-table-cell {
  display: table-cell !important;
  }
}

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

@media print {
  .d-print-inline-flex {
  display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-4));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-4));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-4));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-4));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: var(--font-main);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-4);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-4) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-4);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-4);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-4);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-4);
}

.text_placehover {
  color: var(--Placehover-4);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-4);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-4);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

.h-full {
  height: 100% !important;
}

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-4);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-4);
}

.bg-dark-color {
  background-color: var(--Text-primary-4);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-4);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-4);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-4);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-4);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-4);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-4);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-4);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-4);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-4);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-4);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-5);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-4);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-4);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-4);
  border: 1px solid var(--Line-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-4);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-4);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-4);
  background-color: var(--Primary-4);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-4);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
  border-color: var(--Primary-4) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-4);
  color: var(--On-Suface-2-4);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-4);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-4);
  background-color: var(--White-4);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-4);
  color: var(--White-4);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-4);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-4);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-4);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-4);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-4);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-4);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-4);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-4);
  color: var(--Primary-4);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-4);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-4);
}

.line-marker.line-primary {
  background-color: var(--Primary-4);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-4);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-4);
}

.topbar-2 {
  background-color: var(--Text-primary-4);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-4);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-4);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-4);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-4);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-4);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-4);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-4);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-4);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-4);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-4);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-4);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-4);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-4);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-4);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-4);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-4);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-4) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-4);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-4);
}

.header.style-7 {
  background-color: var(--Bg-light-4);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-4);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-4);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-4);
  background-color: var(--White-4);
  border-color: var(--White-4) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-4);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-4);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-4);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-4);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-4);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-4);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-4);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-4);
  color: var(--White-4);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-4);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-4);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-4);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-4);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-4);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-4);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-4);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-4);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-4);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-4);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-5);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-4);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-4);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-5);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-4);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-4);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-4);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-4);
  background-color: var(--Primary-4);
  border-color: var(--Primary-4) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-4);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-5);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-4);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-4);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-4) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-4) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-4);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-4);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-4);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-4);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-4);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-4);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-4);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-4);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-4);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-4);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-4);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-4);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-4);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-4);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-4);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-4);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-4);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-4);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-4);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-4);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-4);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-4);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-4);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-4);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-4);
  margin-bottom: 11px;
  color: var(--Text-secondary-4);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-4);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-4);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-4);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-5);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-4);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-4);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-4);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-4);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-4);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-4);
  background-color: var(--Primary-4) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-4);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-4);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-4);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-4);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-4);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-4);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-4);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-4);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-4);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-4);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-4);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-4);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-4);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-4);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-4);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-4);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-4);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-4);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-4);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-4);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-4);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-4);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-4);
  background-color: var(--Text-primary-4);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-4);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-4);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-4);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-4);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-4);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-4);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-4);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-4);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-4);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-4);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-4);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-4);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-4);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-4);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-4);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-4);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-4);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-4);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-4);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-4);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-4);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-4);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-4);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-4) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-4) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-4);
  background-color: var(--Primary-4) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-4);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-4);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-4);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-4);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-4);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-4);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-4);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-4);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-4);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-4);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-4);
  background-color: var(--Primary-4) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-4);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
  border-color: var(--White-4) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-4);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-4);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-4);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-4);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-4);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-4);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-4);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-4);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-4);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-4);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-4);
  color: var(--Primary-4);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-4);
  color: var(--Primary-4);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-4);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-4);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-4);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-4);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-4);
  border: 1px solid var(--Primary-4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-4);
  background-color: var(--Primary-4);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-4);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-4);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-4);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-4);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-4);
  background-color: var(--Primary-4);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-4);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-4);
  color: var(--Primary-4);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-5);
  color: var(--White-4);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-4);
  color: var(--White-4);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-4);
  background-color: transparent;
  color: var(--Text-primary-4);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-4);
  background-color: transparent;
  color: var(--White-4);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-4);
  background-color: transparent;
  color: var(--White-4);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-4);
  background-color: transparent;
  color: var(--Text-primary-4);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-4);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-4);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-4);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-4);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-4);
  padding: 5px;
  color: var(--Text-primary-4);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-4);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-4);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-4);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-4);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-4);
  color: var(--White-4);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-4);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-4);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-4);
  ---color-text: var(--White-4);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-5);
  ---color-text: var(--Text-primary-4);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-4);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-4);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-4);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-4);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-4);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-4);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-4);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-4);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-4);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-4);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-4);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-4);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-4);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-4);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-4);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-4);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-4) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-4);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-4);
  color: var(--Text-primary-4) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-4);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-4);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-4);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-4);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-4);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-4);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-4);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-4);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-4);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-4);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-4);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-4);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-4);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-4);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-4);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-4) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-4);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-4);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-4);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-4);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-4);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-4);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-4);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-4);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-4);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-4);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-4);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-4);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-4);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-4);
  color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-4);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-4);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-4);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-4);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-4);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-4);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-4);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-4);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-4);
}

.form-contact-2.v2 textarea {
  color: var(--White-4);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-4);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-4);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-4);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-4);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-4);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-4);
}

.form-service-booking .nice-select .current {
  color: var(--White-4);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-4);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-4);
  border: 1px solid var(--Line-4);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-4);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-4);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-4);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-4);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-4);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-4);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-4);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-4);
}

.form-book-move .nice-select::after {
  color: var(--White-4);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-4);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-4);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-4);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-4);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-4);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-4);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-4);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-4);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-4);
}

.sw-button.style-1:hover {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-4);
  color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-4);
  background-color: var(--Primary-4) !important;
  border-color: var(--Primary-4) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-4);
  color: var(--White-4);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-4);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-4);
  border-color: var(--Line-4);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-4);
  font-size: 32px;
  border: 1px solid var(--Line-4);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
  border-color: var(--Primary-4);
}

.sw-button.style-5 {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
  font-size: 28px;
  border: 1px solid var(--Line-4);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-4);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-4);
  color: var(--Text-primary-4);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-4);
}

.sw-button.style-7 {
  background-color: var(--White-4);
  color: var(--Text-primary-4);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-4);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-4);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-4);
  border: 1px solid var(--White-4);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-4);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-4);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-4);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-4);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-4);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-4);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-4);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-4);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-4);
  background-color: var(--Primary-4);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-4);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-4);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-4);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/ZJSSzWttdhvjdJitfapJq-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-4);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-4);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-4);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-4);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-4);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-4);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-4);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-4);
  background-color: var(--Primary-4) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-4);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-4);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-5);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-4);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-4);
  padding: 4px 8px;
  background-color: var(--White-4);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-4);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-4);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-4);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-4);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-4);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-4);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-4);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-4);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-4);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-4);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-4);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-4);
  color: var(--Primary-4);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-4);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-4);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-4);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-4);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-4);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-4);
  border-color: var(--Bg-light-4);
  color: var(--Primary-4);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-4);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-4);
  border-bottom: 1px solid var(--Line-4);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-4);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-4);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-4);
}

.meta-post li a {
  color: var(--Text-primary-4);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-4);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-4);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-4);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-4);
  border-color: var(--Primary-4);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-4);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-4);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-4);
  border-color: var(--Text-secondary-4);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-4);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-4);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-4);
  color: var(--Text-muted-4);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-4);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-4);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-4);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-4);
  border-color: var(--Bg-light-4);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-4);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-4);
  color: var(--Text-primary-4);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-4);
  background: var(--White-4);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-4);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-4);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-4);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-4);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-4);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-4);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-4);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-4);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-4);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-4);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-4);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-4);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-4);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-4);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-4);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-4);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-4);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-4);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-4);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-4);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-4);
  color: var(--Text-muted-4);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-4);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-4);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-4);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-4);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-4);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-4);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-4);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-4);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-4);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-4);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-4);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-4);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-4);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-4);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-4);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-4);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-4);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-4);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-4);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-4);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-4);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-5);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-4);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-4);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-4);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-4);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-4);
  color: var(--Text-primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-4);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-4);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-4);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-4);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-4);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-5);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-4);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-4);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-4);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-4);
  color: var(--White-4);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-4);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-4);
}

.hero-banner-13 .box-item {
  background-color: var(--White-4);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-4);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-4);
  font-size: 32px;
  background-color: var(--Primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-4);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-4);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-4);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-4);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-4);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-4);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-4);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-4);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-4);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-4);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-4);
  border: 1px solid var(--Line-4);
  color: var(--Text-primary-4);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-4);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-4) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-4);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-4);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-4);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-4) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-4);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-4);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-4);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-4);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-4);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-4);
  color: var(--Primary-4);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-4) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-4);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-4);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-4);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-4);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-4);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-4);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-4);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-4);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-4);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-4);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-4);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-4);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-4);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-4);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-4);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-4);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-4);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-4);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-4);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-4);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-4);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-4);
}

.box-about .bg-5 {
  background-color: var(--White-4);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-4);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-4);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-4);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-4);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-4);
  background-color: var(--Primary-4) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-4);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-4);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-4);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-4);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-4);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-4);
  border: 1px solid var(--Line-4);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-4);
  border-color: var(--Primary-4);
  color: var(--White-4);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-4);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-4);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-4);
  border-color: var(--Text-primary-4);
  color: var(--White-4);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-4);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-4);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-4);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-4);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-4);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-4);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-4);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-4);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-4);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-4);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-5);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-5);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-4);
  background-color: var(--White-4);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-4);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-4);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-4);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-4);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-4);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-4);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-4);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-4);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-4);
}

.service-item.style-8 {
  background-color: var(--Bg-light-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-4);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.service-item.style-8:hover .title {
  color: var(--White-4);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-4);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-5);
  color: var(--White-4);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-4);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-4);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-4);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-4);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-4);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-4);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-4);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-4);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-4);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-4);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-4);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-4) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-4);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-4);
  font-size: 16px;
  color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-4);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-4);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-4);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-4);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-4);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-4);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-4);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-4);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-4);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-4);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-4);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-4);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-4);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-4);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-4);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-4);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-4);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-4);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-4);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-4);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-4);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-4);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-4);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-4);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-4);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-4);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-4);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-4);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-4);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-5);
  color: var(--White-4);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-4);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-4);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-4);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-4);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-4);
  font-size: 24px;
  color: var(--Text-primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-4);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-4);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-4);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-4) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-4);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-4);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-4);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-4);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-4);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-4);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-4);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-4);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-4);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-4) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-4);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-4);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-4);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-4);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-4);
  color: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-4);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-4);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-4);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-4);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-4);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-4);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-4);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-4);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-4);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-4);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-4);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-4);
  border-color: var(--Primary-4);
  color: var(--White-4);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-4);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-4);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-4);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-4);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-4);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-4);
  color: var(--Primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-4);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-4);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-4);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-4);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-4);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-4);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-4);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-4);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-4);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-4);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-4);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-4);
}

.section-service-4 {
  background-color: var(--Bg-light-4);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-4);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-4);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-4);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-4);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-4);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-4);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-4);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-4);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-4);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-4);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-4);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-4);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-4);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-4);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-4);
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-4);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-4);
  color: var(--White-4);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-4);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-4);
  background-color: var(--Bg-light-4);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-4);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-4);
  color: var(--White-4);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-4);
  color: var(--Text-primary-4);
}

.section-process-7 .icon i {
  color: var(--Text-primary-4);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-4);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-4);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-4);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-4);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-4);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-4);
  color: var(--Primary-4);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-4);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-5);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-4);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-4);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-4);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-4);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-4);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-4);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-4);
  color: var(--Text-primary-4);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-4);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-4);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-4);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-4);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-4);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-4);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-4);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-4);
  color: var(--Text-primary-4);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-4);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-4);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-4);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-4);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-4);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-4);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-4);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-4);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-4);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-4);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-4);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-4);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-4);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-4);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-4);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-4);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-4);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-4);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-4);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-4);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-4);
  font-size: 28px;
  background-color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-5);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-4);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-4);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-4);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-4);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-4);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-5);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-4);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-4);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-4);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-4);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-4);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-4);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-4);
}

.section-pricing-9 {
  background-color: var(--Bg-light-4);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-4);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-4);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-4);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-4);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-5);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-4);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-4);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-4);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-4);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-4);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-4);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-4);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-4);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-4);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-4);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-4);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-4);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-4);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-4);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-4);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-4);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-4);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-4);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-4);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-4);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-4);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-4);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-4);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-4);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-4);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-4);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-4);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-4);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-4);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-4);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-4);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-4);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-4);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-4);
  transform: translateY(-2px);
  color: var(--White-4);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-4);
  color: var(--White-4);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-4);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-4);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-4);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-4);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-4);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-4);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-4);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-4);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-4);
  border-bottom: 1px solid var(--Line-4);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-4);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-4);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-4);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-4);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-4);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-4);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-4);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-4);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-4);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-4);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-4);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-5);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-4);
}

.section-features-landing .box-icon {
  background-color: var(--White-4);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-4);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-4);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-4);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-4);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-4);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-4);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-4) !important;
}

.navigation li.has-child::after {
  color: var(--White-4);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-4);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-4) !important;
}

.main-menu .current-menu::after {
  color: var(--White-4) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-4);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-4);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-4) !important;
}

.tf-btn {
  color: var(--Text-primary-4);
}

.tf-btn.style-border {
  color: var(--White-4);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-4);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
  scroll-behavior: smooth;
  }
}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0px;
}

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

.mark, mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  overflow-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

button, input, optgroup, select, textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

legend {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0px;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0px;
}

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-secondary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-success {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-info {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-warning {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-danger {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-light {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-dark {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.overflow-visible {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0px !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0px !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space-collapse: collapse !important;
  text-wrap-mode: wrap !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

@media print {
  .d-print-inline-block {
  display: inline-block !important;
  }
}

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

@media print {
  .d-print-inline-grid {
  display: inline-grid !important;
  }
}

@media print {
  .d-print-table {
  display: table !important;
  }
}

@media print {
  .d-print-table-row {
  display: table-row !important;
  }
}

@media print {
  .d-print-table-cell {
  display: table-cell !important;
  }
}

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

@media print {
  .d-print-inline-flex {
  display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-5));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-5));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-5));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-5));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: var(--font-main-2);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-5);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main-2);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main-2);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-5) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-5);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-5);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-5);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-5);
}

.text_placehover {
  color: var(--Placehover-5);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-5);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-5);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

.h-full {
  height: 100% !important;
}

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-5);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-5);
}

.bg-dark-color {
  background-color: var(--Text-primary-5);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-5);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-5);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-5);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-5);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-5);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-5);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-5);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-5);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-5);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-5);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-6);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-5);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-5);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-5);
  border: 1px solid var(--Line-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-5);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-5);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-5);
  background-color: var(--Primary-5);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-5);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
  border-color: var(--Primary-5) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-5);
  color: var(--On-Suface-2-5);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-5);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-5);
  background-color: var(--White-5);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-5);
  color: var(--White-5);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-5);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-5);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-5);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-5);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-5);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-5);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-5);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-5);
  color: var(--Primary-5);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-5);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-5);
}

.line-marker.line-primary {
  background-color: var(--Primary-5);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-5);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-5);
}

.topbar-2 {
  background-color: var(--Text-primary-5);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-5);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-5);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-5);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-5);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-5);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-5);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-5);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-5);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-5);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-5);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-5);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-5);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-5);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-5);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-5);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-5);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-5) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-5);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-5);
}

.header.style-7 {
  background-color: var(--Bg-light-5);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-5);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-5);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-5);
  background-color: var(--White-5);
  border-color: var(--White-5) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-5);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-5);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-5);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-5);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-5);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-5);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-5);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-5);
  color: var(--White-5);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-5);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-5);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-5);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-5);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-5);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-5);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-5);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-5);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-5);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-5);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-6);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-5);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-5);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-6);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-5);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-5);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-5);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-5);
  background-color: var(--Primary-5);
  border-color: var(--Primary-5) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-5);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-6);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-5);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-5);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-5) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-5) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-5);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-5);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-5);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-5);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-5);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-5);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-5);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-5);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-5);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-5);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-5);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-5);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-5);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-5);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-5);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-5);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-5);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-5);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-5);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-5);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-5);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-5);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-5);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-5);
  margin-bottom: 11px;
  color: var(--Text-secondary-5);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-5);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-5);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-5);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-6);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-5);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-5);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-5);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-5);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-5);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-5);
  background-color: var(--Primary-5) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-5);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-5);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-5);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-5);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-5);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-5);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-5);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-5);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-5);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-5);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-5);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-5);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-5);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-5);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-5);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-5);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-5);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-5);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-5);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-5);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-5);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-5);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-5);
  background-color: var(--Text-primary-5);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-5);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-5);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-5);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-5);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-5);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-5);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-5);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-5);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-5);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-5);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-5);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-5);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-5);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-5);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-5);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-5);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-5);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-5);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-5);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-5);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-5);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-5);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-5);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-5) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-5) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-5);
  background-color: var(--Primary-5) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-5);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-5);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-5);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-5);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-5);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-5);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-5);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-5);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-5);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-5);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-5);
  background-color: var(--Primary-5) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-5);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
  border-color: var(--White-5) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-5);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-5);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-5);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-5);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-5);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-5);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-5);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-5);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-5);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-5);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-5);
  color: var(--Primary-5);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-5);
  color: var(--Primary-5);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-5);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-5);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-5);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-5);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-5);
  border: 1px solid var(--Primary-5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-5);
  background-color: var(--Primary-5);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-5);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-5);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-5);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-5);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-5);
  background-color: var(--Primary-5);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-5);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-5);
  color: var(--Primary-5);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-6);
  color: var(--White-5);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-5);
  color: var(--White-5);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-5);
  background-color: transparent;
  color: var(--Text-primary-5);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-5);
  background-color: transparent;
  color: var(--White-5);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-5);
  background-color: transparent;
  color: var(--White-5);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-5);
  background-color: transparent;
  color: var(--Text-primary-5);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-5);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-5);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-5);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-5);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-5);
  padding: 5px;
  color: var(--Text-primary-5);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-5);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-5);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-5);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-5);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-5);
  color: var(--White-5);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-5);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-5);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-5);
  ---color-text: var(--White-5);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-6);
  ---color-text: var(--Text-primary-5);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-5);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-5);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-5);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-5);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-5);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-5);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-5);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-5);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-5);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-5);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-5);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-5);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-5);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-5);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-5);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-5);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-5) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-5);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-5);
  color: var(--Text-primary-5) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-5);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-5);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-5);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-5);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-5);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-5);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-5);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-5);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-5);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-5);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-5);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-5);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-5);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-5);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-5);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-5) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-5);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-5);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-5);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-5);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-5);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-5);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-5);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-5);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-5);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-5);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-5);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-5);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-5);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-5);
  color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-5);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-5);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-5);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-5);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-5);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-5);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-5);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-5);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-5);
}

.form-contact-2.v2 textarea {
  color: var(--White-5);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-5);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-5);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-5);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-5);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-5);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-5);
}

.form-service-booking .nice-select .current {
  color: var(--White-5);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-5);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-5);
  border: 1px solid var(--Line-5);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-5);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-5);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-5);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-5);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-5);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-5);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-5);
}

.form-book-move .nice-select::after {
  color: var(--White-5);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-5);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-5);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-5);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-5);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-5);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-5);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-5);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-5);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-5);
}

.sw-button.style-1:hover {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-5);
  color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-5);
  background-color: var(--Primary-5) !important;
  border-color: var(--Primary-5) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-5);
  color: var(--White-5);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-5);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-5);
  border-color: var(--Line-5);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-5);
  font-size: 32px;
  border: 1px solid var(--Line-5);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
  border-color: var(--Primary-5);
}

.sw-button.style-5 {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
  font-size: 28px;
  border: 1px solid var(--Line-5);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-5);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-5);
  color: var(--Text-primary-5);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-5);
}

.sw-button.style-7 {
  background-color: var(--White-5);
  color: var(--Text-primary-5);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-5);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-5);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-5);
  border: 1px solid var(--White-5);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-5);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-5);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-5);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-5);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-5);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-5);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-5);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-5);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-5);
  background-color: var(--Primary-5);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-5);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-5);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-5);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/5Xvqw6nyuyFgsAigTmTor-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-5);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-5);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-5);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-5);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-5);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-5);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-5);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-5);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-5);
  background-color: var(--Primary-5) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-5);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-5);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-6);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-5);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-5);
  padding: 4px 8px;
  background-color: var(--White-5);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-5);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-5);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-5);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-5);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-5);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-5);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-5);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-5);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-5);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-5);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-5);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-5);
  color: var(--Primary-5);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-5);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-5);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-5);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-5);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-5);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-5);
  border-color: var(--Bg-light-5);
  color: var(--Primary-5);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-5);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-5);
  border-bottom: 1px solid var(--Line-5);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-5);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-5);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-5);
}

.meta-post li a {
  color: var(--Text-primary-5);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-5);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-5);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-5);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-5);
  border-color: var(--Primary-5);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-5);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-5);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-5);
  border-color: var(--Text-secondary-5);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-5);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-5);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-5);
  color: var(--Text-muted-5);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-5);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-5);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-5);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-5);
  border-color: var(--Bg-light-5);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-5);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-5);
  color: var(--Text-primary-5);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-5);
  background: var(--White-5);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-5);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-5);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-5);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-5);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-5);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-5);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-5);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-5);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-5);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-5);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-5);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-5);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-5);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-5);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-5);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-5);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-5);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-5);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-5);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-5);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-5);
  color: var(--Text-muted-5);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-5);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-5);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-5);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-5);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-5);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-5);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-5);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-5);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-5);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-5);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-5);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-5);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-5);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-5);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-5);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-5);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-5);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-5);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-5);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-5);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-6);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-5);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-5);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-5);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-5);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-5);
  color: var(--Text-primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-5);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-5);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-5);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-5);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-5);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-6);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-5);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-5);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-5);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-5);
  color: var(--White-5);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-5);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-5);
}

.hero-banner-13 .box-item {
  background-color: var(--White-5);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-5);
  font-size: 32px;
  background-color: var(--Primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-5);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-5);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-5);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-5);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-5);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-5);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-5);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-5);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-5);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-5);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-5);
  border: 1px solid var(--Line-5);
  color: var(--Text-primary-5);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-5);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-5) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-5);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-5);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-5);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-5) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-5);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-5);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-5);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-5);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-5);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-5);
  color: var(--Primary-5);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-5) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-5);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-5);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-5);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-5);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-5);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-5);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-5);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-5);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-5);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-5);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-5);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-5);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-5);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-5);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-5);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-5);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-5);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-5);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-5);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-5);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-5);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-5);
}

.box-about .bg-5 {
  background-color: var(--White-5);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-5);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-5);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-5);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-5);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-5);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-5);
  background-color: var(--Primary-5) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-5);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-5);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-5);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-5);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-5);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-5);
  border: 1px solid var(--Line-5);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-5);
  border-color: var(--Primary-5);
  color: var(--White-5);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-5);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-5);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-5);
  border-color: var(--Text-primary-5);
  color: var(--White-5);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-5);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-5);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-5);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-5);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-5);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-5);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-5);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-5);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-5);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-5);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-6);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-6);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-5);
  background-color: var(--White-5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-5);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-5);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-5);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-5);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-5);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-5);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-5);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-5);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-5);
}

.service-item.style-8 {
  background-color: var(--Bg-light-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-5);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.service-item.style-8:hover .title {
  color: var(--White-5);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-5);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-6);
  color: var(--White-5);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-5);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-5);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-5);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-5);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-5);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-5);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-5);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-5);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-5);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-5);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-5);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-5);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-5) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-5);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-5);
  font-size: 16px;
  color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-5);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-5);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-5);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-5);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-5);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-5);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-5);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-5);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-5);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-5);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-5);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-5);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-5);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-5);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-5);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-5);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-5);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-5);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-5);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-5);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-5);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-5);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-5);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-5);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-5);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-5);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-5);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-5);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-5);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-5);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-6);
  color: var(--White-5);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-5);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-5);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-5);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-5);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-5);
  font-size: 24px;
  color: var(--Text-primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-5);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-5);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-5);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-5) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-5);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-5);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-5);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-5);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-5);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-5);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-5);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-5);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-5) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-5);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-5);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-5);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-5);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-5);
  color: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-5);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-5);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-5);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-5);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-5);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-5);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-5);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-5);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-5);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-5);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-5);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-5);
  border-color: var(--Primary-5);
  color: var(--White-5);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-5);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-5);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-5);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-5);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-5);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-5);
  color: var(--Primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-5);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-5);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-5);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-5);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-5);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-5);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-5);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-5);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-5);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-5);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-5);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-5);
}

.section-service-4 {
  background-color: var(--Bg-light-5);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-5);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-5);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-5);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-5);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-5);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-5);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-5);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-5);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-5);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-5);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-5);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-5);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-5);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-5);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-5);
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-5);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-5);
  color: var(--White-5);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-5);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-5);
  background-color: var(--Bg-light-5);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-5);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-5);
  color: var(--White-5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-5);
  color: var(--Text-primary-5);
}

.section-process-7 .icon i {
  color: var(--Text-primary-5);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-5);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-5);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-5);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-5);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-5);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-5);
  color: var(--Primary-5);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-5);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-6);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-5);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-5);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-5);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-5);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-5);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-5);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-5);
  color: var(--Text-primary-5);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-5);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-5);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-5);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-5);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-5);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-5);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-5);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-5);
  color: var(--Text-primary-5);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-5);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-5);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-5);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-5);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-5);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-5);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-5);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-5);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-5);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-5);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-5);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-5);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-5);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-5);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-5);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-5);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-5);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-5);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-5);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-5);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-5);
  font-size: 28px;
  background-color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-6);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-5);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-5);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-5);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-5);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-5);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-6);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-5);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-5);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-5);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-5);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-5);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-5);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-5);
}

.section-pricing-9 {
  background-color: var(--Bg-light-5);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-5);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-5);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-5);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-5);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-6);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-5);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-5);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-5);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-5);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-5);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-5);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-5);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-5);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-5);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-5);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-5);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-5);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-5);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-5);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-5);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-5);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-5);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-5);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-5);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-5);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-5);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-5);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-5);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-5);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-5);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-5);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-5);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-5);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-5);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-5);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-5);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-5);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-5);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-5);
  transform: translateY(-2px);
  color: var(--White-5);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-5);
  color: var(--White-5);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-5);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-5);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-5);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-5);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-5);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-5);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-5);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-5);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-5);
  border-bottom: 1px solid var(--Line-5);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-5);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-5);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-5);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-5);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-5);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-5);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-5);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-5);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-5);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-5);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-5);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-6);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-5);
}

.section-features-landing .box-icon {
  background-color: var(--White-5);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-5);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-5);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-5);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-5);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main-2);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-5);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-5) !important;
}

.navigation li.has-child::after {
  color: var(--White-5);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-5);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-5) !important;
}

.main-menu .current-menu::after {
  color: var(--White-5) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-5);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-5);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-5) !important;
}

.tf-btn {
  color: var(--Text-primary-5);
}

.tf-btn.style-border {
  color: var(--White-5);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-5);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
  scroll-behavior: smooth;
  }
}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0px;
}

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

.mark, mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  overflow-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

button, input, optgroup, select, textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

legend {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0px;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0px;
}

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-secondary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-success {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-info {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-warning {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-danger {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-light {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-dark {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.overflow-visible {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0px !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0px !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space-collapse: collapse !important;
  text-wrap-mode: wrap !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

@media print {
  .d-print-inline-block {
  display: inline-block !important;
  }
}

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

@media print {
  .d-print-inline-grid {
  display: inline-grid !important;
  }
}

@media print {
  .d-print-table {
  display: table !important;
  }
}

@media print {
  .d-print-table-row {
  display: table-row !important;
  }
}

@media print {
  .d-print-table-cell {
  display: table-cell !important;
  }
}

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

@media print {
  .d-print-inline-flex {
  display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-6));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-6));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-6));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-6));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: var(--font-main-3);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-6);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main-3);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main-3);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-6) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-6);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-6);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-6);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-6);
}

.text_placehover {
  color: var(--Placehover-6);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-6);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-6);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

.h-full {
  height: 100% !important;
}

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-6);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-6);
}

.bg-dark-color {
  background-color: var(--Text-primary-6);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-6);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-6);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-6);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-6);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-6);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-6);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-6);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-6);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-6);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-6);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-7);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-6);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-6);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-6);
  border: 1px solid var(--Line-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-6);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-6);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-6);
  background-color: var(--Primary-6);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-6);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
  border-color: var(--Primary-6) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-6);
  color: var(--On-Suface-2-6);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-6);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-6);
  background-color: var(--White-6);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-6);
  color: var(--White-6);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-6);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-6);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-6);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-6);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-6);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-6);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-6);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-6);
  color: var(--Primary-6);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-6);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-6);
}

.line-marker.line-primary {
  background-color: var(--Primary-6);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-6);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-6);
}

.topbar-2 {
  background-color: var(--Text-primary-6);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-6);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-6);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-6);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-6);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-6);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-6);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-6);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-6);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-6);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-6);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-6);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-6);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-6);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-6);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-6);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-6);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-6) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-6);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-6);
}

.header.style-7 {
  background-color: var(--Bg-light-6);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-6);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-6);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-6);
  background-color: var(--White-6);
  border-color: var(--White-6) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-6);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-6);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-6);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-6);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-6);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-6);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-6);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-6);
  color: var(--White-6);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-6);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-6);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-6);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-6);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-6);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-6);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-6);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-6);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-6);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-6);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-6);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-7);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-6);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-6);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-7);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-6);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-6);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-6);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-6);
  background-color: var(--Primary-6);
  border-color: var(--Primary-6) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-6);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-7);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-6);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-6);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-6) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-6) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-6);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-6);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-6);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-6);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-6);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-6);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-6);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-6);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-6);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-6);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-6);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-6);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-6);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-6);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-6);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-6);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-6);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-6);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-6);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-6);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-6);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-6);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-6);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-6);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-6);
  margin-bottom: 11px;
  color: var(--Text-secondary-6);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-6);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-6);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-6);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-7);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-6);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-6);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-6);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-6);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-6);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-6);
  background-color: var(--Primary-6) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-6);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-6);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-6);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-6);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-6);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-6);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-6);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-6);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-6);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-6);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-6);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-6);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-6);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-6);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-6);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-6);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-6);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-6);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-6);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-6);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-6);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-6);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-6);
  background-color: var(--Text-primary-6);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-6);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-6);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-6);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-6);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-6);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-6);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-6);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-6);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-6);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-6);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-6);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-6);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-6);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-6);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-6);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-6);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-6);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-6);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-6);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-6);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-6);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-6);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-6);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-6) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-6) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-6);
  background-color: var(--Primary-6) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-6);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-6);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-6);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-6);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-6);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-6);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-6);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-6);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-6);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-6);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-6);
  background-color: var(--Primary-6) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-6);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
  border-color: var(--White-6) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-6);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-6);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-6);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-6);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-6);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-6);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-6);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-6);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-6);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-6);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-6);
  color: var(--Primary-6);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-6);
  color: var(--Primary-6);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-6);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-6);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-6);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-6);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-6);
  border: 1px solid var(--Primary-6);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-6);
  background-color: var(--Primary-6);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-6);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-6);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-6);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-6);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-6);
  background-color: var(--Primary-6);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-6);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-6);
  color: var(--Primary-6);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-7);
  color: var(--White-6);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-6);
  color: var(--White-6);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-6);
  background-color: transparent;
  color: var(--Text-primary-6);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-6);
  background-color: transparent;
  color: var(--White-6);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-6);
  background-color: transparent;
  color: var(--White-6);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-6);
  background-color: transparent;
  color: var(--Text-primary-6);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-6);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-6);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-6);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-6);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-6);
  padding: 5px;
  color: var(--Text-primary-6);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-6);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-6);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-6);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-6);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-6);
  color: var(--White-6);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-6);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-6);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-6);
  ---color-text: var(--White-6);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-7);
  ---color-text: var(--Text-primary-6);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-6);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-6);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-6);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-6);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-6);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-6);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-6);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-6);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-6);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-6);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-6);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-6);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-6);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-6);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-6);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-6);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-6) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-6);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-6);
  color: var(--Text-primary-6) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-6);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-6);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-6);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-6);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-6);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-6);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-6);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-6);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-6);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-6);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-6);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-6);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-6);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-6);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-6);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-6) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-6);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-6);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-6);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-6);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-6);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-6);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-6);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-6);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-6);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-6);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-6);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-6);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-6);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-6);
  color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-6);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-6);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-6);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-6);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-6);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-6);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-6);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-6);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-6);
}

.form-contact-2.v2 textarea {
  color: var(--White-6);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-6);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-6);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-6);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-6);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-6);
}

.form-service-booking .nice-select .current {
  color: var(--White-6);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-6);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-6);
  border: 1px solid var(--Line-6);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-6);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-6);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-6);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-6);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-6);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-6);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-6);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-6);
}

.form-book-move .nice-select::after {
  color: var(--White-6);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-6);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-6);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-6);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-6);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-6);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-6);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-6);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-6);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-6);
}

.sw-button.style-1:hover {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-6);
  color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-6);
  background-color: var(--Primary-6) !important;
  border-color: var(--Primary-6) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-6);
  color: var(--White-6);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-6);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-6);
  border-color: var(--Line-6);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-6);
  font-size: 32px;
  border: 1px solid var(--Line-6);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
  border-color: var(--Primary-6);
}

.sw-button.style-5 {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
  font-size: 28px;
  border: 1px solid var(--Line-6);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-6);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-6);
  color: var(--Text-primary-6);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-6);
}

.sw-button.style-7 {
  background-color: var(--White-6);
  color: var(--Text-primary-6);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-6);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-6);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-6);
  border: 1px solid var(--White-6);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-6);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-6);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-6);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-6);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-6);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-6);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-6);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-6);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-6);
  background-color: var(--Primary-6);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-6);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-6);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-6);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/4Y721mqv6e13c_pfigJzX-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-6);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-6);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-6);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-6);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-6);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-6);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-6);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-6);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-6);
  background-color: var(--Primary-6) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-6);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-6);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-7);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-6);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-6);
  padding: 4px 8px;
  background-color: var(--White-6);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-6);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-6);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-6);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-6);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-6);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-6);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-6);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-6);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-6);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-6);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-6);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-6);
  color: var(--Primary-6);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-6);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-6);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-6);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-6);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-6);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-6);
  border-color: var(--Bg-light-6);
  color: var(--Primary-6);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-6);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-6);
  border-bottom: 1px solid var(--Line-6);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-6);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-6);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-6);
}

.meta-post li a {
  color: var(--Text-primary-6);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-6);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-6);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-6);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-6);
  border-color: var(--Primary-6);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-6);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-6);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-6);
  border-color: var(--Text-secondary-6);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-6);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-6);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-6);
  color: var(--Text-muted-6);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-6);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-6);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-6);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-6);
  border-color: var(--Bg-light-6);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-6);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-6);
  color: var(--Text-primary-6);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-6);
  background: var(--White-6);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-6);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-6);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-6);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-6);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-6);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-6);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-6);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-6);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-6);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-6);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-6);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-6);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-6);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-6);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-6);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-6);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-6);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-6);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-6);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-6);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-6);
  color: var(--Text-muted-6);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-6);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-6);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-6);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-6);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-6);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-6);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-6);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-6);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-6);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-6);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-6);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-6);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-6);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-6);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-6);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-6);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-6);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-6);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-6);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-6);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-6);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-6);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-7);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-6);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-6);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-6);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-6);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-6);
  color: var(--Text-primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-6);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-6);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-6);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-6);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-6);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-7);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-6);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-6);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-6);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-6);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-6);
  color: var(--White-6);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-6);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-6);
}

.hero-banner-13 .box-item {
  background-color: var(--White-6);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-6);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-6);
  font-size: 32px;
  background-color: var(--Primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-6);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-6);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-6);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-6);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-6);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-6);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-6);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-6);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-6);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-6);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-6);
  border: 1px solid var(--Line-6);
  color: var(--Text-primary-6);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-6);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-6);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-6) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-6);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-6);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-6);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-6) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-6);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-6);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-6);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-6);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-6);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-6);
  color: var(--Primary-6);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-6) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-6);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-6);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-6);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-6);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-6);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-6);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-6);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-6);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-6);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-6);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-6);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-6);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-6);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-6);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-6);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-6);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-6);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-6);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-6);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-6);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-6);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-6);
}

.box-about .bg-5 {
  background-color: var(--White-6);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-6);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-6);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-6);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-6);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-6);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-6);
  background-color: var(--Primary-6) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-6);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-6);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-6);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-6);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-6);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-6);
  border: 1px solid var(--Line-6);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-6);
  border-color: var(--Primary-6);
  color: var(--White-6);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-6);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-6);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-6);
  border-color: var(--Text-primary-6);
  color: var(--White-6);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-6);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-6);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-6);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-6);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-6);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-6);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-6);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-6);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-6);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-6);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-7);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-7);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-6);
  background-color: var(--White-6);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-6);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-6);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-6);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-6);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-6);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-6);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-6);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-6);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-6);
}

.service-item.style-8 {
  background-color: var(--Bg-light-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-6);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.service-item.style-8:hover .title {
  color: var(--White-6);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-6);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-7);
  color: var(--White-6);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-6);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-6);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-6);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-6);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-6);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-6);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-6);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-6);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-6);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-6);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-6);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-6);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-6) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-6);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-6);
  font-size: 16px;
  color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-6);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-6);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-6);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-6);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-6);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-6);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-6);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-6);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-6);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-6);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-6);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-6);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-6);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-6);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-6);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-6);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-6);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-6);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-6);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-6);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-6);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-6);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-6);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-6);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-6);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-6);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-6);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-6);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-6);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-6);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-7);
  color: var(--White-6);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-6);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-6);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-6);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-6);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-6);
  font-size: 24px;
  color: var(--Text-primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-6);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-6);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-6);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-6);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-6) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-6);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-6);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-6);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-6);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-6);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-6);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-6);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-6);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-6);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-6) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-6);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-6);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-6);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-6);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-6);
  color: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-6);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-6);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-6);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-6);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-6);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-6);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-6);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-6);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-6);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-6);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-6);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-6);
  border-color: var(--Primary-6);
  color: var(--White-6);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-6);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-6);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-6);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-6);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-6);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-6);
  color: var(--Primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-6);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-6);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-6);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-6);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-6);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-6);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-6);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-6);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-6);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-6);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-6);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-6);
}

.section-service-4 {
  background-color: var(--Bg-light-6);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-6);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-6);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-6);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-6);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-6);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-6);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-6);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-6);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-6);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-6);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-6);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-6);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-6);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-6);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-6);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-6);
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-6);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-6);
  color: var(--White-6);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-6);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-6);
  background-color: var(--Bg-light-6);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-6);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-6);
  color: var(--White-6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-6);
  color: var(--Text-primary-6);
}

.section-process-7 .icon i {
  color: var(--Text-primary-6);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-6);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-6);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-6);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-6);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-6);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-6);
  color: var(--Primary-6);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-6);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-7);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-6);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-6);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-6);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-6);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-6);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-6);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-6);
  color: var(--Text-primary-6);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-6);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-6);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-6);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-6);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-6);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-6);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-6);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-6);
  color: var(--Text-primary-6);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-6);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-6);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-6);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-6);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-6);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-6);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-6);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-6);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-6);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-6);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-6);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-6);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-6);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-6);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-6);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-6);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-6);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-6);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-6);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-6);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-6);
  font-size: 28px;
  background-color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-7);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-6);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-6);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-6);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-6);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-6);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-7);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-6);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-6);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-6);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-6);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-6);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-6);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-6);
}

.section-pricing-9 {
  background-color: var(--Bg-light-6);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-6);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-6);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-6);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-6);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-7);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-6);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-6);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-6);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-6);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-6);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-6);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-6);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-6);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-6);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-6);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-6);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-6);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-6);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-6);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-6);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-6);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-6);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-6);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-6);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-6);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-6);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-6);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-6);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-6);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-6);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-6);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-6);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-6);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-6);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-6);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-6);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-6);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-6);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-6);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-6);
  transform: translateY(-2px);
  color: var(--White-6);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-6);
  color: var(--White-6);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-6);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-6);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-6);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-6);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-6);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-6);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-6);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-6);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-6);
  border-bottom: 1px solid var(--Line-6);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-6);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-6);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-6);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-6);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-6);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-6);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-6);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-6);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-6);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-6);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-6);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-7);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-6);
}

.section-features-landing .box-icon {
  background-color: var(--White-6);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-6);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-6);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-6);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-6);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-6);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main-3);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-6);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-6) !important;
}

.navigation li.has-child::after {
  color: var(--White-6);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-6);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-6) !important;
}

.main-menu .current-menu::after {
  color: var(--White-6) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-6);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-6);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-6) !important;
}

.tf-btn {
  color: var(--Text-primary-6);
}

.tf-btn.style-border {
  color: var(--White-6);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-6);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
  scroll-behavior: smooth;
  }
}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0px;
}

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

.mark, mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  overflow-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

button, input, optgroup, select, textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

legend {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0px;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0px;
}

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-secondary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-success {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-info {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-warning {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-danger {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-light {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-dark {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.overflow-visible {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0px !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0px !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space-collapse: collapse !important;
  text-wrap-mode: wrap !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

@media print {
  .d-print-inline-block {
  display: inline-block !important;
  }
}

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

@media print {
  .d-print-inline-grid {
  display: inline-grid !important;
  }
}

@media print {
  .d-print-table {
  display: table !important;
  }
}

@media print {
  .d-print-table-row {
  display: table-row !important;
  }
}

@media print {
  .d-print-table-cell {
  display: table-cell !important;
  }
}

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

@media print {
  .d-print-inline-flex {
  display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-7));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-7));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-7));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-7));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: var(--font-main-4);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-7);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main-4);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main-4);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-7) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-7);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-7);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-7);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-7);
}

.text_placehover {
  color: var(--Placehover-7);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-7);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-7);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

.h-full {
  height: 100% !important;
}

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-7);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-7);
}

.bg-dark-color {
  background-color: var(--Text-primary-7);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-7);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-7);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-7);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-7);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-7);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-7);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-7);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-7);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-7);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-7);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-8);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-7);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-7);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-7);
  border: 1px solid var(--Line-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-7);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-7);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-7);
  background-color: var(--Primary-7);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-7);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
  border-color: var(--Primary-7) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-7);
  color: var(--On-Suface-2-7);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-7);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-7);
  background-color: var(--White-7);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-7);
  color: var(--White-7);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-7);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-7);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-7);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-7);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-7);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-7);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-7);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-7);
  color: var(--Primary-7);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-7);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-7);
}

.line-marker.line-primary {
  background-color: var(--Primary-7);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-7);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-7);
}

.topbar-2 {
  background-color: var(--Text-primary-7);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-7);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-7);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-7);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-7);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-7);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-7);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-7);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-7);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-7);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-7);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-7);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-7);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-7);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-7);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-7);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-7);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-7) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-7);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-7);
}

.header.style-7 {
  background-color: var(--Bg-light-7);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-7);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-7);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-7);
  background-color: var(--White-7);
  border-color: var(--White-7) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-7);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-7);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-7);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-7);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-7);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-7);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-7);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-7);
  color: var(--White-7);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-7);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-7);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-7);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-7);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-7);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-7);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-7);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-7);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-7);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-7);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-7);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-8);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-7);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-7);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-8);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-7);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-7);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-7);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-7);
  background-color: var(--Primary-7);
  border-color: var(--Primary-7) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-7);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-8);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-7);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-7);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-7) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-7) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-7);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-7);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-7);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-7);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-7);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-7);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-7);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-7);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-7);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-7);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-7);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-7);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-7);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-7);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-7);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-7);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-7);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-7);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-7);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-7);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-7);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-7);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-7);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-7);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-7);
  margin-bottom: 11px;
  color: var(--Text-secondary-7);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-7);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-7);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-7);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-8);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-7);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-7);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-7);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-7);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-7);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-7);
  background-color: var(--Primary-7) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-7);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-7);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-7);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-7);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-7);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-7);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-7);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-7);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-7);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-7);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-7);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-7);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-7);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-7);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-7);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-7);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-7);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-7);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-7);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-7);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-7);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-7);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-7);
  background-color: var(--Text-primary-7);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-7);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-7);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-7);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-7);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-7);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-7);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-7);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-7);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-7);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-7);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-7);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-7);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-7);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-7);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-7);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-7);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-7);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-7);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-7);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-7);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-7);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-7);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-7);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-7) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-7) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-7);
  background-color: var(--Primary-7) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-7);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-7);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-7);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-7);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-7);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-7);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-7);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-7);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-7);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-7);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-7);
  background-color: var(--Primary-7) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-7);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
  border-color: var(--White-7) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-7);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-7);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-7);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-7);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-7);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-7);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-7);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-7);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-7);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-7);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-7);
  color: var(--Primary-7);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-7);
  color: var(--Primary-7);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-7);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-7);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-7);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-7);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-7);
  border: 1px solid var(--Primary-7);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-7);
  background-color: var(--Primary-7);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-7);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-7);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-7);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-7);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-7);
  background-color: var(--Primary-7);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-7);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-7);
  color: var(--Primary-7);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-8);
  color: var(--White-7);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-7);
  color: var(--White-7);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-7);
  background-color: transparent;
  color: var(--Text-primary-7);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-7);
  background-color: transparent;
  color: var(--White-7);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-7);
  background-color: transparent;
  color: var(--White-7);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-7);
  background-color: transparent;
  color: var(--Text-primary-7);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-7);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-7);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-7);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-7);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-7);
  padding: 5px;
  color: var(--Text-primary-7);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-7);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-7);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-7);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-7);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-7);
  color: var(--White-7);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-7);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-7);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-7);
  ---color-text: var(--White-7);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-8);
  ---color-text: var(--Text-primary-7);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-7);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-7);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-7);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-7);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-7);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-7);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-7);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-7);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-7);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-7);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-7);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-7);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-7);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-7);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-7);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-7);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-7) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-7);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-7);
  color: var(--Text-primary-7) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-7);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-7);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-7);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-7);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-7);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-7);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-7);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-7);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-7);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-7);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-7);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-7);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-7);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-7);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-7);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-7);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-7);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-7) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-7);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-7);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-7);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-7);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-7);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-7);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-7);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-7);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-7);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-7);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-7);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-7);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-7);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-7);
  color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-7);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-7);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-7);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-7);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-7);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-7);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-7);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-7);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-7);
}

.form-contact-2.v2 textarea {
  color: var(--White-7);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-7);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-7);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-7);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-7);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-7);
}

.form-service-booking .nice-select .current {
  color: var(--White-7);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-7);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-7);
  border: 1px solid var(--Line-7);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-7);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-7);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-7);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-7);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-7);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-7);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-7);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-7);
}

.form-book-move .nice-select::after {
  color: var(--White-7);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-7);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-7);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-7);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-7);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-7);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-7);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-7);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-7);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-7);
}

.sw-button.style-1:hover {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-7);
  color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-7);
  background-color: var(--Primary-7) !important;
  border-color: var(--Primary-7) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-7);
  color: var(--White-7);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-7);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-7);
  border-color: var(--Line-7);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-7);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-7);
  font-size: 32px;
  border: 1px solid var(--Line-7);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
  border-color: var(--Primary-7);
}

.sw-button.style-5 {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
  font-size: 28px;
  border: 1px solid var(--Line-7);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-7);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-7);
  color: var(--Text-primary-7);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-7);
}

.sw-button.style-7 {
  background-color: var(--White-7);
  color: var(--Text-primary-7);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-7);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-7);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-7);
  border: 1px solid var(--White-7);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-7);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-7);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-7);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-7);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-7);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-7);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-7);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-7);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-7);
  background-color: var(--Primary-7);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-7);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-7);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-7);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/uYwGyCjxBfpNxKBJrdnAq-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-7);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-7);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-7);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-7);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-7);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-7);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-7);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-7);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-7);
  background-color: var(--Primary-7) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-7);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-7);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-8);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-7);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-7);
  padding: 4px 8px;
  background-color: var(--White-7);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-7);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-7);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-7);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-7);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-7);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-7);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-7);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-7);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-7);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-7);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-7);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-7);
  color: var(--Primary-7);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-7);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-7);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-7);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-7);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-7);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-7);
  border-color: var(--Bg-light-7);
  color: var(--Primary-7);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-7);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-7);
  border-bottom: 1px solid var(--Line-7);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-7);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-7);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-7);
}

.meta-post li a {
  color: var(--Text-primary-7);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-7);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-7);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-7);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-7);
  border-color: var(--Primary-7);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-7);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-7);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-7);
  border-color: var(--Text-secondary-7);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-7);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-7);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-7);
  color: var(--Text-muted-7);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-7);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-7);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-7);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-7);
  border-color: var(--Bg-light-7);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-7);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-7);
  color: var(--Text-primary-7);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-7);
  background: var(--White-7);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-7);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-7);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-7);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-7);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-7);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-7);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-7);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-7);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-7);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-7);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-7);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-7);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-7);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-7);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-7);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-7);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-7);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-7);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-7);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-7);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-7);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-7);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-7);
  color: var(--Text-muted-7);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-7);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-7);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-7);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-7);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-7);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-7);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-7);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-7);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-7);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-7);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-7);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-7);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-7);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-7);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-7);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-7);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-7);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-7);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-7);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-7);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-7);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-7);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-8);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-7);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-7);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-7);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-7);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-7);
  color: var(--Text-primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-7);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-7);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-7);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-7);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-7);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-8);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-7);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-7);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-7);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-7);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-7);
  color: var(--White-7);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-7);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-7);
}

.hero-banner-13 .box-item {
  background-color: var(--White-7);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-7);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-7);
  font-size: 32px;
  background-color: var(--Primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-7);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-7);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-7);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-7);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-7);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-7);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-7);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-7);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-7);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-7);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-7);
  border: 1px solid var(--Line-7);
  color: var(--Text-primary-7);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-7);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-7);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-7) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-7);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-7);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-7);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-7) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-7);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-7);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-7);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-7);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-7);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-7);
  color: var(--Primary-7);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-7) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-7);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-7);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-7);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-7);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-7);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-7);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-7);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-7);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-7);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-7);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-7);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-7);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-7);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-7);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-7);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-7);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-7);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-7);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-7);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-7);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-7);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-7);
}

.box-about .bg-5 {
  background-color: var(--White-7);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-7);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-7);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-7);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-7);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-7);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-7);
  background-color: var(--Primary-7) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-7);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-7);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-7);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-7);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-7);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-7);
  border: 1px solid var(--Line-7);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-7);
  border-color: var(--Primary-7);
  color: var(--White-7);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-7);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-7);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-7);
  border-color: var(--Text-primary-7);
  color: var(--White-7);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-7);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-7);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-7);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-7);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-7);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-7);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-7);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-7);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-7);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-7);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-8);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-8);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-7);
  background-color: var(--White-7);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-7);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-7);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-7);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-7);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-7);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-7);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-7);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-7);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-7);
}

.service-item.style-8 {
  background-color: var(--Bg-light-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-7);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.service-item.style-8:hover .title {
  color: var(--White-7);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-7);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-8);
  color: var(--White-7);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-7);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-7);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-7);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-7);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-7);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-7);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-7);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-7);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-7);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-7);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-7);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-7);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-7) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-7);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-7);
  font-size: 16px;
  color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-7);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-7);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-7);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-7);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-7);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-7);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-7);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-7);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-7);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-7);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-7);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-7);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-7);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-7);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-7);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-7);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-7);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-7);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-7);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-7);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-7);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-7);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-7);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-7);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-7);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-7);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-7);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-7);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-7);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-7);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-8);
  color: var(--White-7);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-7);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-7);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-7);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-7);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-7);
  font-size: 24px;
  color: var(--Text-primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-7);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-7);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-7);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-7);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-7) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-7);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-7);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-7);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-7);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-7);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-7);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-7);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-7);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-7);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-7) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-7);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-7);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-7);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-7);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-7);
  color: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-7);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-7);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-7);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-7);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-7);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-7);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-7);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-7);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-7);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-7);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-7);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-7);
  border-color: var(--Primary-7);
  color: var(--White-7);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-7);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-7);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-7);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-7);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-7);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-7);
  color: var(--Primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-7);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-7);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-7);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-7);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-7);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-7);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-7);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-7);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-7);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-7);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-7);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-7);
}

.section-service-4 {
  background-color: var(--Bg-light-7);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-7);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-7);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-7);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-7);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-7);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-7);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-7);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-7);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-7);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-7);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-7);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-7);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-7);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-7);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-7);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-7);
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-7);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-7);
  color: var(--White-7);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-7);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-7);
  background-color: var(--Bg-light-7);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-7);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-7);
  color: var(--White-7);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-7);
  color: var(--Text-primary-7);
}

.section-process-7 .icon i {
  color: var(--Text-primary-7);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-7);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-7);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-7);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-7);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-7);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-7);
  color: var(--Primary-7);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-7);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-8);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-7);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-7);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-7);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-7);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-7);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-7);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-7);
  color: var(--Text-primary-7);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-7);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-7);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-7);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-7);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-7);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-7);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-7);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-7);
  color: var(--Text-primary-7);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-7);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-7);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-7);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-7);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-7);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-7);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-7);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-7);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-7);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-7);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-7);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-7);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-7);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-7);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-7);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-7);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-7);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-7);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-7);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-7);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-7);
  font-size: 28px;
  background-color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-8);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-7);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-7);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-7);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-7);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-7);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-8);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-7);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-7);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-7);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-7);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-7);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-7);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-7);
}

.section-pricing-9 {
  background-color: var(--Bg-light-7);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-7);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-7);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-7);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-7);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-8);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-7);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-7);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-7);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-7);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-7);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-7);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-7);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-7);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-7);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-7);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-7);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-7);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-7);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-7);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-7);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-7);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-7);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-7);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-7);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-7);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-7);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-7);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-7);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-7);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-7);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-7);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-7);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-7);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-7);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-7);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-7);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-7);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-7);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-7);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-7);
  transform: translateY(-2px);
  color: var(--White-7);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-7);
  color: var(--White-7);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-7);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-7);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-7);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-7);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-7);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-7);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-7);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-7);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-7);
  border-bottom: 1px solid var(--Line-7);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-7);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-7);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-7);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-7);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-7);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-7);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-7);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-7);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-7);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-7);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-7);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-8);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-7);
}

.section-features-landing .box-icon {
  background-color: var(--White-7);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-7);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-7);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-7);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-7);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-7);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main-4);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-7);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-7) !important;
}

.navigation li.has-child::after {
  color: var(--White-7);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-7);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-7) !important;
}

.main-menu .current-menu::after {
  color: var(--White-7) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-7);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-7);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-7) !important;
}

.tf-btn {
  color: var(--Text-primary-7);
}

.tf-btn.style-border {
  color: var(--White-7);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-7);
}

body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

small {
  font-size: 0.666667em;
}

a {
  color: rgb(231, 76, 60);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover, a:focus {
  box-shadow: rgb(231, 76, 60) 0px 1px;
}

.bshadow0, input {
  box-shadow: rgb(231, 231, 231) 0px -2px inset;
}

input:hover {
  box-shadow: rgb(204, 204, 204) 0px -2px inset;
}

input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: 0.25em 0px;
}

input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  box-shadow: rgb(68, 159, 219) 0px -2px inset;
}

.talign-center {
  text-align: center;
}

.fgc0 {
  color: rgb(0, 0, 0);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtl, .mal {
  margin-top: 1.5em;
}

.mbl, .mal {
  margin-bottom: 1.5em;
}

.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.pbs, .pvs {
  padding-bottom: 0.25em;
}

.pvs, .pts {
  padding-top: 0.25em;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}

[class^="icon-"], [class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variant-emoji: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-check-2::before {
  content: "";
}

.icon-CaretDoubleRight2::before {
  content: "";
}

.icon-CaretLeft::before {
  content: "";
}

.icon-CaretRight::before {
  content: "";
}

.icon-Earth::before {
  content: "";
}

.icon-ArrowRight3::before {
  content: "";
}

.icon-house-mapping::before {
  content: "";
}

.icon-image-compare::before {
  content: "";
}

.icon-Eye::before {
  content: "";
}

.icon-ArrowLeft::before {
  content: "";
}

.icon-Handshake::before {
  content: "";
}

.icon-Quote-2::before {
  content: "";
}

.icon-Scales::before {
  content: "";
}

.icon-Scroll::before {
  content: "";
}

.icon-Coins::before {
  content: "";
}

.icon-Grains::before {
  content: "";
}

.icon-Wrench::before {
  content: "";
}

.icon-SolarPanel::before {
  content: "";
}

.icon-Lightning::before {
  content: "";
}

.icon-SunDim::before {
  content: "";
}

.icon-Wind::before {
  content: "";
}

.icon-BatteryCharging::before {
  content: "";
}

.icon-Crosshair::before {
  content: "";
}

.icon-Truck::before {
  content: "";
}

.icon-AirplaneTilt::before {
  content: "";
}

.icon-FileText::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-Heart::before {
  content: "";
}

.icon-Target::before {
  content: "";
}

.icon-CrownSimple::before {
  content: "";
}

.icon-PhoneCallFill::before {
  content: "";
}

.icon-PottedPlant::before {
  content: "";
}

.icon-Shovel::before {
  content: "";
}

.icon-Drop::before {
  content: "";
}

.icon-Farm::before {
  content: "";
}

.icon-Plant::before {
  content: "";
}

.icon-CalendarCheck::before {
  content: "";
}

.icon-MapTrifold::before {
  content: "";
}

.icon-MapPinLine::before {
  content: "";
}

.icon-CheckCircleFill::before {
  content: "";
}

.icon-WifiHigh::before {
  content: "";
}

.icon-Printer::before {
  content: "";
}

.icon-OfficeChair::before {
  content: "";
}

.icon-Mailbox::before {
  content: "";
}

.icon-LockKey::before {
  content: "";
}

.icon-LetterCircleP::before {
  content: "";
}

.icon-HouseSimple::before {
  content: "";
}

.icon-GlobeSimple::before {
  content: "";
}

.icon-FlowerLotus::before {
  content: "";
}

.icon-Dresser::before {
  content: "";
}

.icon-Confetti::before {
  content: "";
}

.icon-Coffee::before {
  content: "";
}

.icon-construction-2::before {
  content: "";
}

.icon-construction-3::before {
  content: "";
}

.icon-construction-4::before {
  content: "";
}

.icon-construction-1::before {
  content: "";
}

.icon-HouseLine::before {
  content: "";
}

.icon-PencilRuler::before {
  content: "";
}

.icon-Blueprint::before {
  content: "";
}

.icon-HardHat::before {
  content: "";
}

.icon-Handbag::before {
  content: "";
}

.icon-Envelope::before {
  content: "";
}

.icon-Calendar::before {
  content: "";
}

.icon-Car::before {
  content: "";
}

.icon-Smiley::before {
  content: "";
}

.icon-Calculator::before {
  content: "";
}

.icon-CalendarBlank::before {
  content: "";
}

.icon-Files::before {
  content: "";
}

.icon-Question::before {
  content: "";
}

.icon-CodeBlock::before {
  content: "";
}

.icon-Devices2::before {
  content: "";
}

.icon-Layout::before {
  content: "";
}

.icon-ListDashes::before {
  content: "";
}

.icon-MouseScroll::before {
  content: "";
}

.icon-PictureInPicture::before {
  content: "";
}

.icon-PuzzlePiece::before {
  content: "";
}

.icon-Slideshow::before {
  content: "";
}

.icon-TextAa::before {
  content: "";
}

.icon-TextIndent::before {
  content: "";
}

.icon-Browsers::before {
  content: "";
}

.icon-DeviceMobile::before {
  content: "";
}

.icon-Devices::before {
  content: "";
}

.icon-Gauge::before {
  content: "";
}

.icon-Code::before {
  content: "";
}

.icon-ArrowFatUp::before {
  content: "";
}

.icon-CheckCircle::before {
  content: "";
}

.icon-TiktokLogo-fill::before {
  content: "";
}

.icon-PinterestLogo::before {
  content: "";
}

.icon-Champagne::before {
  content: "";
}

.icon-MoonStars::before {
  content: "";
}

.icon-Sparkle::before {
  content: "";
}

.icon-body-scrubs::before {
  content: "";
}

.icon-facial-treatments::before {
  content: "";
}

.icon-aromatherapy::before {
  content: "";
}

.icon-body-massage::before {
  content: "";
}

.icon-Play2::before {
  content: "";
}

.icon-ReadCvLogo::before {
  content: "";
}

.icon-UserSound::before {
  content: "";
}

.icon-Barbell::before {
  content: "";
}

.icon-ArrowRight2::before {
  content: "";
}

.icon-YoutubeLogo::before {
  content: "";
}

.icon-TiktokLogo::before {
  content: "";
}

.icon-Close::before {
  content: "";
}

.icon-Group::before {
  content: "";
}

.icon-HandPointing::before {
  content: "";
}

.icon-ChartBar::before {
  content: "";
}

.icon-Clock::before {
  content: "";
}

.icon-Carrot::before {
  content: "";
}

.icon-ChefHat::before {
  content: "";
}

.icon-CookingPot::before {
  content: "";
}

.icon-Headset::before {
  content: "";
}

.icon-Leaf::before {
  content: "";
}

.icon-Package::before {
  content: "";
}

.icon-Popcorn::before {
  content: "";
}

.icon-BeerStein::before {
  content: "";
}

.icon-BowlSteam::before {
  content: "";
}

.icon-CaretDown::before {
  content: "";
}

.icon-LinkedinLogo::before {
  content: "";
}

.icon-ClockUser::before {
  content: "";
}

.icon-SketchLogo::before {
  content: "";
}

.icon-Stethoscope::before {
  content: "";
}

.icon-Asclepius::before {
  content: "";
}

.icon-Star::before {
  content: "";
}

.icon-ArrowRight::before {
  content: "";
}

.icon-InsLogo-fill::before {
  content: "";
}

.icon-XLogo-2::before {
  content: "";
}

.icon-FaceBook-2::before {
  content: "";
}

.icon-Youtube::before {
  content: "";
}

.icon-Linkedin::before {
  content: "";
}

.icon-Alarm::before {
  content: "";
}

.icon-MapPin::before {
  content: "";
}

.icon-PhoneCall::before {
  content: "";
}

.icon-ArrowUpRight::before {
  content: "";
}

.icon-Check::before {
  content: "";
}

.icon-stars-shape-5::before {
  content: "";
}

.icon-stars-shape-6::before {
  content: "";
}

.icon-stars-shape-7::before {
  content: "";
}

.icon-Lifebuoy::before {
  content: "";
}

.icon-UserFocus::before {
  content: "";
}

.icon-ClockClockwise::before {
  content: "";
}

.icon-stars-shapes::before {
  content: "";
}

.icon-stars-shapes-2::before {
  content: "";
}

.icon-stars-shapes-3::before {
  content: "";
}

.icon-stars-shapes-4::before {
  content: "";
}

.icon-icon-1::before {
  content: "";
}

.icon-Play::before {
  content: "";
}

.icon-favorite_major::before {
  content: "";
}

.icon-FacebookLogo::before {
  content: "";
}

.icon-MagnifyingGlass::before {
  content: "";
}

.icon-PaperPlaneTilt::before {
  content: "";
}

.icon-instagram-logo::before {
  content: "";
}

.icon-messenger-logo::before {
  content: "";
}

.icon-skype-logo::before {
  content: "";
}

.icon-telegram-logo::before {
  content: "";
}

.icon-x-logo::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --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: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222,226,230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222,226,230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52,58,64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222,226,230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110,168,254;
  --bs-link-hover-color-rgb: 139,185,254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
  scroll-behavior: smooth;
  }
}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
  font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
  font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
  font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
  font-size: 1.5rem;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: dotted;
  text-decoration-color: initial;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0px;
}

blockquote {
  margin: 0px 0px 1rem;
}

b, strong {
  font-weight: bolder;
}

.small, small {
  font-size: 0.875em;
}

.mark, mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0px;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  overflow-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

kbd kbd {
  padding: 0px;
  font-size: 1em;
}

figure {
  margin: 0px 0px 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

label {
  display: inline-block;
}

button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

button, input, optgroup, select, textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  overflow-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

legend {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
  font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0px;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0px;
}

::-webkit-file-upload-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

::file-selector-button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
  font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
  font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
  font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
  font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
  font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
  font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline {
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0px;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
  max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
  max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 576px) {
  .offset-sm-0 {
  margin-left: 0px;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
  margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
  margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
  margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
  margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
  margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
  margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
  margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
  margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
  margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
  margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
  margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
  --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
  margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
  margin-left: 8.33333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
  margin-left: 16.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
  margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
  margin-left: 33.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
  margin-left: 41.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
  margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
  margin-left: 58.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
  margin-left: 66.6667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
  margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
  margin-left: 83.3333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
  margin-left: 91.6667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
  --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
  --bs-gutter-y: 0;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
  --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
  --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
  --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
  --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
  --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
  --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
  --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
  --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
  --bs-gutter-x: 3rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
  --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
  overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .table-responsive-md {
  overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
  overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
  overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
  overflow-x: auto;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control[type="file"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0px;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0px;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-inline-end-width: var(--bs-border-width);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position-x: right 0.75rem;
  background-position-y: center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-select:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0px;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0px;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-top-color: rgb(134, 183, 254);
  border-right-color: rgb(134, 183, 254);
  border-bottom-color: rgb(134, 183, 254);
  border-left-color: rgb(134, 183, 254);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgb(13, 110, 253);
  border-top-color: rgb(13, 110, 253);
  border-right-color: rgb(13, 110, 253);
  border-bottom-color: rgb(13, 110, 253);
  border-left-color: rgb(13, 110, 253);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position-x: left;
  background-position-y: center;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position-x: right;
  background-position-y: center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0px;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0px;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: rgb(13, 110, 253);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182, 212, 254);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
  color: rgba(var(--bs-body-color-rgb),.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0px 0px;
  transition-behavior: normal, normal;
  transition-duration: 0.1s, 0.1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: rgb(108, 117, 125);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 1%;
  min-width: 0px;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-control-color.is-valid, .was-validated .form-control-color:valid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position-x: right calc(0.375em + 0.1875rem);
  background-position-y: top calc(0.375em + 0.1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
  width: calc(1.5em + 3.75rem);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130,138,145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211,212,213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108,117,125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13,202,240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: height;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0px;
  height: auto;
  transition-behavior: normal;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0px;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0px;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0px;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0px;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
  --bs-position: start;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end {
  --bs-position: end;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
  --bs-position: start;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end {
  --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
  --bs-position: start;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end {
  --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
  --bs-position: start;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end {
  --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
  --bs-position: start;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
  right: auto;
  left: 0px;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end {
  --bs-position: end;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-end[data-bs-popper] {
  right: 0px;
  left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 0.3em;
  border-left-style: solid;
  border-left-color: currentcolor;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top-width: 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-width: 0.3em;
  border-right-style: solid;
  border-right-color: currentcolor;
  border-bottom-width: 0.3em;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0px;
}

.dropdown-divider {
  height: 0px;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0px;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
  transition-property: color, background-color, border-color;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0px;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.navbar-toggler:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.navbar-toggler:focus {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
  flex-wrap: nowrap;
  justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-toggler {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow-x: visible;
  overflow-y: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0px;
  margin-left: 0px;
}

.card > .list-group {
  border-top-width: inherit;
  border-top-style: inherit;
  border-top-color: inherit;
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0px;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0px;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.card-body {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0px;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0px;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0px;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group > .card {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  margin-bottom: 0px;
  }
}

@media (min-width: 576px) {
  .card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
  margin-left: 0px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
  border-top-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
  border-bottom-left-radius: 0px;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0px;
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-flush > .accordion-item:first-child {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition-behavior: normal, normal, normal, normal;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow-x: visible;
  overflow-y: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: progress-bar-stripes;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section 0;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section 1;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0px;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
  flex-direction: row;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
  flex-direction: row;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
  flex-direction: row;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
  flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
  flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item.active {
  margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal.fade .modal-dialog {
  transform: translate(0px, -50px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0px;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal-sm {
  --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
  --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
  --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 768px) {
  .modal-fullscreen-md-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-content {
  height: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down .modal-body {
  overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  overflow-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  overflow-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0px;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0px;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0px;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0px;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0px;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0.6s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  filter: var(--bs-carousel-control-icon-filter);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: rgb(255, 255, 255);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 30px;
  height: 3px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  border-right-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.5;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-border, .spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
  --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (min-width: 576px) {
  .offcanvas-sm {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
  transform: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
  visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-header {
  display: none;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-md {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 768px) {
  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
  transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
  visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-header {
  display: none;
  }
}

@media (min-width: 768px) {
  .offcanvas-md .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
  transform: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
  visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-header {
  display: none;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
  transform: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
  visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
  --bs-offcanvas-height: auto;
  --bs-offcanvas-border-width: 0;
  background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
  position: fixed;
  bottom: 0px;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
  transform: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
  visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-header {
  display: none;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
  background-color: transparent !important;
  }
}

.offcanvas.offcanvas-start {
  top: 0px;
  left: 0px;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0px;
  right: 0px;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0px;
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0px;
  left: 0px;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-glow;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, rgb(0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 75%, rgb(0, 0, 0) 95%);
  mask-size: 200% 100%;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: placeholder-wave;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position-x: -200%;
    -webkit-mask-position-y: 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-secondary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-success {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-info {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-warning {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-danger {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-light {
  color: rgb(0, 0, 0) !important;
  background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;
}

.text-bg-dark {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10,88,202,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86,94,100,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20,108,67,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61,213,243,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255,205,57,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176,42,55,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249,250,251,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26,30,33,var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-body-emphasis:focus, .link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75)) !important;
}

.focus-ring:focus {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  row-gap: 0.375rem;
  column-gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
  transition-behavior: normal;
  transition-duration: 0s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: none;
  }
}

.icon-link-hover:focus-visible > .bi, .icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 576px) {
  .sticky-sm-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
  position: sticky;
  top: 0px;
  z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-bottom {
  position: sticky;
  bottom: 0px;
  z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0px !important;
  margin: -1px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.overflow-visible {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.overflow-scroll {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0px !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0px !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-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-top-color: currentcolor !important;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  border-left-color: currentcolor !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top-width: 0px !important;
  border-top-style: none !important;
  border-top-color: currentcolor !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right-width: 0px !important;
  border-right-style: none !important;
  border-right-color: currentcolor !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left-width: 0px !important;
  border-left-style: none !important;
  border-left-color: currentcolor !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.border-2 {
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
}

.border-3 {
  border-top-width: 3px !important;
  border-right-width: 3px !important;
  border-bottom-width: 3px !important;
  border-left-width: 3px !important;
}

.border-4 {
  border-top-width: 4px !important;
  border-right-width: 4px !important;
  border-bottom-width: 4px !important;
  border-left-width: 4px !important;
}

.border-5 {
  border-top-width: 5px !important;
  border-right-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 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: 0px !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: 0px !important;
  margin-left: 0px !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: 0px !important;
  margin-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0px !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: 0px !important;
  padding-left: 0px !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: 0px !important;
  padding-bottom: 0px !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: 0px !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: 0px !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: 0px !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: 0px !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-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0px !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
  font-size: 2.5rem !important;
  }
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-2 {
  font-size: 2rem !important;
  }
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .fs-3 {
  font-size: 1.75rem !important;
  }
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
  font-size: 1.5rem !important;
  }
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-decoration-none {
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-underline {
  text-decoration-line: underline !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-decoration-line-through {
  text-decoration-line: line-through !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space-collapse: collapse !important;
  text-wrap-mode: wrap !important;
}

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}

.text-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
  float: left !important;
  }
}

@media (min-width: 576px) {
  .float-sm-end {
  float: right !important;
  }
}

@media (min-width: 576px) {
  .float-sm-none {
  float: none !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 576px) {
  .object-fit-sm-none {
  object-fit: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
  display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
  display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-grid {
  display: grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table {
  display: table !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-row {
  display: table-row !important;
  }
}

@media (min-width: 576px) {
  .d-sm-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
  display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
  display: none !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
  flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column {
  flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-center {
  justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-content-sm-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-center {
  align-items: center !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-items-sm-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-center {
  align-content: center !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-between {
  align-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-around {
  align-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .align-content-sm-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-auto {
  align-self: auto !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-center {
  align-self: center !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 576px) {
  .align-self-sm-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
  order: -1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-0 {
  order: 0 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-1 {
  order: 1 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-2 {
  order: 2 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-3 {
  order: 3 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-4 {
  order: 4 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-5 {
  order: 5 !important;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
  order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
  margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
  margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .me-sm-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .me-sm-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .me-sm-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ms-sm-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
  padding: 0px !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pe-sm-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ps-sm-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .row-gap-sm-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .column-gap-sm-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 576px) {
  .text-sm-start {
  text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-sm-end {
  text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
  text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
  float: left !important;
  }
}

@media (min-width: 768px) {
  .float-md-end {
  float: right !important;
  }
}

@media (min-width: 768px) {
  .float-md-none {
  float: none !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 768px) {
  .object-fit-md-none {
  object-fit: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
  display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
  display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
  display: grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 768px) {
  .d-md-table {
  display: table !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-row {
  display: table-row !important;
  }
}

@media (min-width: 768px) {
  .d-md-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
  display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
  display: none !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
  flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
  flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-center {
  justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-center {
  align-items: center !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-items-md-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-center {
  align-content: center !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-between {
  align-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-around {
  align-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .align-content-md-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-auto {
  align-self: auto !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-center {
  align-self: center !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 768px) {
  .align-self-md-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
  order: -1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
  order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
  order: 1 !important;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
  order: 2 !important;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
  order: 3 !important;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
  order: 4 !important;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
  order: 5 !important;
  }
}

@media (min-width: 768px) {
  .order-md-last {
  order: 6 !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
  margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
  margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .me-md-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .me-md-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .me-md-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ms-md-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ms-md-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
  padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pe-md-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pe-md-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ps-md-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ps-md-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  .text-md-start {
  text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-end {
  text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
  text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
  float: left !important;
  }
}

@media (min-width: 992px) {
  .float-lg-end {
  float: right !important;
  }
}

@media (min-width: 992px) {
  .float-lg-none {
  float: none !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 992px) {
  .object-fit-lg-none {
  object-fit: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
  display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
  display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-grid {
  display: grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table {
  display: table !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-row {
  display: table-row !important;
  }
}

@media (min-width: 992px) {
  .d-lg-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
  display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
  display: none !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
  flex-direction: row !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column {
  flex-direction: column !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-center {
  justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
  align-items: center !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-items-lg-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-center {
  align-content: center !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-between {
  align-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-around {
  align-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .align-content-lg-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-auto {
  align-self: auto !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-center {
  align-self: center !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 992px) {
  .align-self-lg-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
  order: -1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
  order: 0 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
  order: 1 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
  order: 2 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
  order: 3 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
  order: 4 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
  order: 5 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
  order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
  margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
  margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
  padding: 0px !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .row-gap-lg-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
  text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
  text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
  text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
  float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
  float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
  float: none !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1200px) {
  .object-fit-xl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
  display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
  display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
  display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
  display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
  display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
  display: none !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
  align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
  align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
  align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
  order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
  order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .row-gap-xl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-start {
  text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-end {
  text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
  text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
  float: left !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-end {
  float: right !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-none {
  float: none !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-contain {
  object-fit: contain !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-cover {
  object-fit: cover !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-fill {
  object-fit: fill !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-scale {
  object-fit: scale-down !important;
  }
}

@media (min-width: 1400px) {
  .object-fit-xxl-none {
  object-fit: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
  display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
  display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
  display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-grid {
  display: grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-grid {
  display: inline-grid !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table {
  display: table !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-row {
  display: table-row !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-table-cell {
  display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
  display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-flex {
  display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
  display: none !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: auto !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
  flex-direction: row !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column {
  flex-direction: column !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row-reverse {
  flex-direction: row-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-column-reverse {
  flex-direction: column-reverse !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-0 {
  flex-grow: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-grow-1 {
  flex-grow: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-0 {
  flex-shrink: 0 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-shrink-1 {
  flex-shrink: 1 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap {
  flex-wrap: wrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-nowrap {
  flex-wrap: nowrap !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
  justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-end {
  justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-center {
  justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-between {
  justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-around {
  justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-evenly {
  justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-start {
  align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-end {
  align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-center {
  align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-baseline {
  align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-items-xxl-stretch {
  align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-start {
  align-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-end {
  align-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-center {
  align-content: center !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-between {
  align-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-around {
  align-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .align-content-xxl-stretch {
  align-content: stretch !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-auto {
  align-self: auto !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-start {
  align-self: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-end {
  align-self: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-center {
  align-self: center !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-baseline {
  align-self: baseline !important;
  }
}

@media (min-width: 1400px) {
  .align-self-xxl-stretch {
  align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
  order: -1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-0 {
  order: 0 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-1 {
  order: 1 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-2 {
  order: 2 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-3 {
  order: 3 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-4 {
  order: 4 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-5 {
  order: 5 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-last {
  order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
  margin: 0px !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
  margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
  margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
  margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
  margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
  margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
  margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
  margin-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
  margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
  margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
  margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
  margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
  margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
  margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-0 {
  margin-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-1 {
  margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-2 {
  margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
  margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-4 {
  margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-5 {
  margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-auto {
  margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
  margin-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
  margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
  margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
  margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
  margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
  margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
  margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-0 {
  margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-1 {
  margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-2 {
  margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-3 {
  margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-4 {
  margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-5 {
  margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-auto {
  margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
  padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
  padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
  padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
  padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
  padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
  padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
  padding-top: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
  padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
  padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
  padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
  padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
  padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-0 {
  padding-right: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-1 {
  padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-2 {
  padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-3 {
  padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-4 {
  padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-5 {
  padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
  padding-bottom: 0px !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
  padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
  padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
  padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
  padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
  padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-0 {
  padding-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-1 {
  padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-2 {
  padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-3 {
  padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
  padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-5 {
  padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
  row-gap: 0px !important;
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
  row-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
  row-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
  row-gap: 3rem !important;
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-0 {
  row-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-1 {
  row-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-2 {
  row-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-3 {
  row-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-4 {
  row-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .row-gap-xxl-5 {
  row-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-0 {
  column-gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-1 {
  column-gap: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-2 {
  column-gap: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-3 {
  column-gap: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-4 {
  column-gap: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .column-gap-xxl-5 {
  column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-start {
  text-align: left !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-end {
  text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-center {
  text-align: center !important;
  }
}

@media print {
  .d-print-inline {
  display: inline !important;
  }
}

@media print {
  .d-print-inline-block {
  display: inline-block !important;
  }
}

@media print {
  .d-print-block {
  display: block !important;
  }
}

@media print {
  .d-print-grid {
  display: grid !important;
  }
}

@media print {
  .d-print-inline-grid {
  display: inline-grid !important;
  }
}

@media print {
  .d-print-table {
  display: table !important;
  }
}

@media print {
  .d-print-table-row {
  display: table-row !important;
  }
}

@media print {
  .d-print-table-cell {
  display: table-cell !important;
  }
}

@media print {
  .d-print-flex {
  display: flex !important;
  }
}

@media print {
  .d-print-inline-flex {
  display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
  display: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0px, 0px, 0px);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -30px, 0px);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0px, -15px, 0px);
  }
  90% {
    transform: translate3d(0px, -4px, 0px);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0px, 0px, 0px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0px, 0px);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0px, 0px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: center top;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
  }
  75% {
    transform: translate3d(0px, -10px, 0px);
  }
  90% {
    transform: translate3d(0px, 5px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0px, 0px);
  }
  75% {
    transform: translate3d(-10px, 0px, 0px);
  }
  90% {
    transform: translate3d(5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0px, 0px);
  }
  75% {
    transform: translate3d(10px, 0px, 0px);
  }
  90% {
    transform: translate3d(-5px, 0px, 0px);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0px, 3000px, 0px);
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  75% {
    transform: translate3d(0px, 10px, 0px);
  }
  90% {
    transform: translate3d(0px, -5px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0px, 10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, -20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0px, -10px, 0px);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 40px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, 2000px, 0px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0px, 0px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0px, 0px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0px, -2000px, 0px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(600px) rotate3d(0.5, 0, 0, 20deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-name: flipOutY;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0px, 0px) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: left top;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 700px, 0px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0px, 0px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0px, 0px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0px);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0px);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50% center;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color-8));
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: swiper-preloader-spin;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color-8));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0px;
  font-variant-ligatures: initial;
  font-variant-caps: initial;
  font-variant-alternates: initial;
  font-variant-numeric: initial;
  font-variant-east-asian: initial;
  font-variant-position: initial;
  font-variant-emoji: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color-8));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.2s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color-8));
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0px;
  top: 0px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0px;
  top: 0px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0px;
  top: 0px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0px auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0px 0px;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0px;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow::before {
  content: "";
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow-x: visible;
  overflow-y: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px;
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle::after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgb(153, 153, 153);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  bottom: 0px;
  left: 50%;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute !important;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0px;
  left: 0px;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-top-color: rgb(185, 74, 72);
  border-right-color: rgb(185, 74, 72);
  border-bottom-color: rgb(185, 74, 72);
  border-left-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-top-color: rgb(40, 167, 69);
  border-right-color: rgb(40, 167, 69);
  border-bottom-color: rgb(40, 167, 69);
  border-left-color: rgb(40, 167, 69);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-offset: -2px;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0px;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0px;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0px;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px !important;
  padding: 0px !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-x: hidden;
  overflow-y: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 0px !important;
  opacity: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline-color: initial !important;
  outline-style: initial !important;
  outline-width: 0px !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0px 2%;
  min-height: 26px;
  padding: 3px 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(227, 227, 227);
  border-right-color: rgb(227, 227, 227);
  border-bottom-color: rgb(227, 227, 227);
  border-left-color: rgb(227, 227, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-delay: 750ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: bs-notify-fadeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.bootstrap-select .no-results {
  padding: 3px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  margin: 0px 5px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret::before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0.26em;
  border-bottom-width: 0.26em;
  border-left-width: 0px;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::before {
  content: "";
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 7px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option::after {
  content: "";
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::before {
  bottom: auto;
  top: -4px;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option::after {
  bottom: auto;
  top: -4px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option::after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option::before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option::before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0px 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0px;
  width: 100%;
  float: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  margin-right: 0px !important;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: var(--font-main-5);
  color: var(--Secondary);
  padding: 0px !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-thumb {
  background: var(--Primary-8);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

body, button, input, select, textarea {
  font-family: var(--font-main-5);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  p {
  font-size: 14px;
  line-height: 24px;
  }
}

strong, b, cite {
  font-weight: bold;
}

dfn, cite, em, i, blockquote {
  font-style: italic;
}

abbr, acronym {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
  cursor: help;
}

.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0px 0px 20px;
}

code, kbd, tt, var, samp, pre {
  margin: 20px 0px;
  padding: 4px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(245, 245, 245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-left-color: rgb(224, 224, 224);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  overflow-x: auto;
  hyphens: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: auto;
}

svg, svg path {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

ol {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: decimal;
}

li > ul, li > ol {
  margin-bottom: 0px;
}

li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

ul li, ol li {
  padding: 0px;
}

dl, dd {
  margin: 0px 0px 20px;
}

dt {
  font-weight: bold;
}

table, th, td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(52, 52, 68);
  border-right-color: rgb(52, 52, 68);
  border-bottom-color: rgb(52, 52, 68);
  border-left-color: rgb(52, 52, 68);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

table {
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  margin: 0px 0px 30px;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  font-weight: bold;
}

td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

th, td {
  padding: 8px 12px;
}

embed, object, video {
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0px;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0px;
  vertical-align: baseline;
}

textarea {
  overflow-x: auto;
  overflow-y: auto;
  vertical-align: top;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  appearance: button;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

input[type="checkbox"], input[type="radio"] {
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  vertical-align: sub;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1000px inset;
}

input[type="search"] {
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: rgb(23, 20, 18);
}

textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--font-main-5);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-weight: 600;
}

h1, .h1 {
  font-size: 80px;
  line-height: 88px;
}

@media (max-width: 1199px) {
  h1, .h1 {
  font-size: 66px;
  line-height: 74px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
  font-size: 55px;
  line-height: 63px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
  font-size: 45px;
  line-height: 53px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  h2, .h2 {
  font-size: 46px;
  line-height: 54px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  }
}

h3, .h3 {
  font-size: 44px;
  line-height: 52px;
}

@media (max-width: 1199px) {
  h3, .h3 {
  font-size: 38px;
  line-height: 46px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
  font-size: 32px;
  line-height: 40px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
  font-size: 22px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h3, .h3 {
  font-size: 26px;
  line-height: 34px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 991px) {
  h4, .h4 {
  font-size: 26px;
  line-height: 34px;
  }
}

@media (max-width: 575px) {
  h4, .h4 {
  font-size: 18px;
  line-height: 30px;
  }
}

@media (max-width: 768px) {
  h4, .h4 {
  font-size: 22px;
  line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 768px) {
  h5, .h5 {
  font-size: 20px;
  line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575px) {
  h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  }
}

@media (max-width: 768px) {
  h6, .h6 {
  font-size: 18px;
  line-height: 26px;
  }
}

.text-display-1 {
  font-size: clamp(52px, 9vw, 172px);
  line-height: clamp(60px, 9.4vw, 180px);
}

.text-display-2 {
  font-size: clamp(52px, 8.8vw, 120px);
  line-height: clamp(60px, 8.8vw, 120px);
}

.text-body-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2, .text-label {
  font-size: 12px;
  line-height: 20px;
}

.text-label-2 {
  font-size: 14px;
  line-height: 20px;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.link:hover {
  color: var(--Primary-8) !important;
}

.link-2 {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: inherit;
}

.link-2:hover {
  color: var(--Secondary) !important;
}

a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

a:focus, a:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.text_primary-color {
  color: var(--Primary-8);
}

.text_secondary-color {
  color: var(--Secondary);
}

.text_muted {
  color: var(--Text-muted-8);
}

.text_on-suface-1 {
  color: var(--On-Suface-1-8);
}

.text_on-suface-2 {
  color: var(--On-Suface-2-8);
}

.text_placehover {
  color: var(--Placehover-8);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.rift-font {
  font-family: Rift, sans-serif;
}

.ibm-font {
  font-family: "IBM Plex Sans", sans-serif;
}

.bricolage-font {
  font-family: "Bricolage Grotesque", sans-serif;
}

.spacegrotesk-font {
  font-family: "Space Grotesk", sans-serif;
}

.urbanist-font {
  font-family: Urbanist, sans-serif;
}

.sora-font {
  font-family: Sora, sans-serif;
}

.instrument-font {
  font-family: "Instrument Sans", sans-serif;
}

.merriweather-font {
  font-family: Merriweather, sans-serif;
}

.geist-font {
  font-family: Geist, sans-serif;
}

.archivo-font {
  font-family: Archivo, sans-serif;
}

.onest-font {
  font-family: Onest, sans-serif;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Black-8);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black-8);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

.row {
  margin-top: 0px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container.medium {
  max-width: 1320px;
}

.tf-container.large {
  max-width: 1800px;
}

.tf-container.w-1840 {
  max-width: 1870px;
}

@media (min-width: 992px) {
  .slider-layout-right {
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(720px + 50vw) !important;
  }
}

.h-full {
  height: 100% !important;
}

.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout .wg-pagination {
  grid-column-start: 1;
  grid-column-end: -1;
  width: 100%;
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
  --spacing: 15px;
  display: grid;
  column-gap: var(--spacing);
  row-gap: 40px;
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2, .tf-grid-layout-sm.sm-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-3, .tf-grid-layout-sm.sm-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-4, .tf-grid-layout-sm.sm-col-4 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 24px;
  gap: var(--spacing);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout, .tf-grid-layout-sm {
  --spacing: 40px;
  gap: var(--spacing);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-2, .tf-grid-layout-sm.md-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-3, .tf-grid-layout-sm.md-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .tf-grid-layout.md-col-4, .tf-grid-layout-sm.md-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2, .tf-grid-layout-sm.lg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-3, .tf-grid-layout-sm.lg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-4, .tf-grid-layout-sm.lg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .tf-grid-layout.lg-col-5, .tf-grid-layout-sm.lg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-2, .tf-grid-layout-sm.llg-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-3, .tf-grid-layout-sm.llg-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-4, .tf-grid-layout-sm.llg-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .tf-grid-layout.llg-col-5, .tf-grid-layout-sm.llg-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-2, .tf-grid-layout-sm.xl-col-2 {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3, .tf-grid-layout-sm.xl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-4, .tf-grid-layout-sm.xl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-5, .tf-grid-layout-sm.xl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3, .tf-grid-layout-sm.xxl-col-3 {
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-4, .tf-grid-layout-sm.xxl-col-4 {
  grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-5, .tf-grid-layout-sm.xxl-col-5 {
  grid-template-columns: repeat(5, 1fr);
  }
}

.rounded-cycle {
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.rounded-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.rounded-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.gap_0 {
  row-gap: 0px;
  column-gap: 0px;
}

.gap_1 {
  row-gap: 1px;
  column-gap: 1px;
}

.gap_2 {
  row-gap: 2px;
  column-gap: 2px;
}

.gap_5 {
  row-gap: 5px;
  column-gap: 5px;
}

.gap_6 {
  row-gap: 6px;
  column-gap: 6px;
}

.gap_7 {
  row-gap: 7px;
  column-gap: 7px;
}

.gap_9 {
  row-gap: 9px;
  column-gap: 9px;
}

.gap_10 {
  row-gap: 10px;
  column-gap: 10px;
}

.gap_11 {
  row-gap: 11px;
  column-gap: 11px;
}

.gap_13 {
  row-gap: 13px;
  column-gap: 13px;
}

.gap_14 {
  row-gap: 14px;
  column-gap: 14px;
}

.gap_15 {
  row-gap: 15px;
  column-gap: 15px;
}

.gap_17 {
  row-gap: 17px;
  column-gap: 17px;
}

.gap_18 {
  row-gap: 18px;
  column-gap: 18px;
}

.gap_19 {
  row-gap: 19px;
  column-gap: 19px;
}

.gap_23 {
  row-gap: 23px;
  column-gap: 23px;
}

.gap_24 {
  row-gap: 24px;
  column-gap: 24px;
}

.gap_28 {
  row-gap: 28px;
  column-gap: 28px;
}

.gap_30 {
  row-gap: 30px;
  column-gap: 30px;
}

.gap_40 {
  row-gap: 40px;
  column-gap: 40px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_80 {
  margin-bottom: 80px;
}

.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 119px;
}

.tf-spacing-3 {
  padding-top: 110px;
  padding-bottom: 99px;
}

.tf-spacing-4 {
  padding-top: 100px;
  padding-bottom: 88px;
}

.tf-spacing-5 {
  padding-top: 94px;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-7 {
  padding-top: 80px;
  padding-bottom: 76px;
}

.tf-spacing-8 {
  padding-top: 90px;
  padding-bottom: 96px;
}

.tf-spacing-9 {
  padding-top: 102px;
  padding-bottom: 106px;
}

.tf-spacing-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-11 {
  padding-top: 176px;
  padding-bottom: 180px;
}

.tf-spacing-12 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-13 {
  padding-top: 100px;
  padding-bottom: 110px;
}

.tf-spacing-14 {
  padding-top: 100px;
  padding-bottom: 58px;
}

.tf-spacing-15 {
  padding-top: 98px;
  padding-bottom: 144px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 97px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 93px;
}

.tf-spacing-18 {
  padding-top: 100px;
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .tf-spacing-1, .tf-spacing-2, .tf-spacing-3, .tf-spacing-4, .tf-spacing-5, .tf-spacing-6, .tf-spacing-7, .tf-spacing-8, .tf-spacing-9, .tf-spacing-10, .tf-spacing-11, .tf-spacing-12, .tf-spacing-13, .tf-spacing-14, .tf-spacing-15, .tf-spacing-16, .tf-spacing-17, .tf-spacing-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.bg-primary-color {
  background-color: var(--Primary-8);
}

.bg-secondary-color {
  background-color: var(--Secondary);
}

.bg-light-color {
  background-color: var(--Bg-light-8);
}

.bg-dark-color {
  background-color: var(--Text-primary-8);
}

.bg-dark-color-2 {
  background-color: var(--Bg-dark-2-8);
}

#wrapper {
  background-color: var(--White-light);
  overflow-x: clip;
}

#wrapper::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  backdrop-filter: blur(3px);
}

#wrapper.menu-overlay-enabled::before {
  opacity: 1;
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 1024px) {
  .llg-hide {
  display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
  display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
  display: none !important;
  }
}

.tf-breadcrumb {
  display: flex;
  text-transform: uppercase;
}

.tf-breadcrumb li {
  letter-spacing: 1.2px;
}

.tf-breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 5px;
  margin-right: 3px;
}

.tf-breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  position: relative;
  color: var(--Primary-8);
  font-size: 16px;
}

.tf-breadcrumb.style-2 li:not(:last-child) {
  row-gap: 9.5px;
  column-gap: 9.5px;
  margin-right: 9.5px;
}

.tf-breadcrumb.style-2 li:not(:last-child)::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Secondary);
}

.overlay-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  z-index: 3;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-section .sub {
  letter-spacing: 0.1rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .heading-section .right {
  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .heading-section .desc {
  margin-top: 0px;
  }
}

.heading-section.style-default {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .heading-section.style-1 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.heading-section.style-2 img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.heading-section.style-2 .group-avatar {
  max-width: 540px;
  display: flex;
  width: 51%;
}

.heading-section.style-2 .group-avatar img {
  width: 40.8%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.heading-section.style-2 .group-avatar img:not(:last-child) {
  margin-right: -62px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img {
  max-width: 180px;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .heading .group-avatar img:not(:last-child) {
  margin-right: -46px;
  }
}

.heading-section.style-2 .bot {
  margin-left: auto;
  margin-right: auto;
  max-width: 953px;
  margin-top: 48px;
}

@media (min-width: 992px) {
  .heading-section.style-2 .bot {
  row-gap: 48px;
  column-gap: 48px;
  }
}

@media (max-width: 575px) {
  .heading-section.style-2 .bot {
  flex-direction: column;
  }
}

@media (max-width: 768px) {
  .heading-section.style-2 .bot {
  margin-top: 28px;
  }
}

.heading-section.style-2 .btn_wrapper {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}

@media (max-width: 768px) {
  .heading-section.style-2 .btn_wrapper {
  width: 150px;
  height: 150px;
  }
}

.heading-section.style-2 .tf-btn {
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .heading-section.style-2 .tf-btn {
  max-width: 150px;
  }
}

.heading-section.style-2 .tf-btn:hover {
  background-color: var(--Secondary);
  color: var(--White-8);
}

.heading-section-3 .sub {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  letter-spacing: 1.2px;
}

.heading-section-3 .sub::after {
  position: relative;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--Primary-8);
}

.heading-section-3 .sub.v2::before {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-8);
}

.heading-section-3 .sub.v2::after {
  position: relative;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--Primary-8);
}

@media (max-width: 991px) {
  .heading-section-4 {
  margin-bottom: 30px;
  }
}

.heading-section-4 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 7px 14px;
  border: 1px solid var(--Primary-8);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  line-height: 16px;
}

.heading-section-5 .tag {
  max-width: max-content;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 6px 15px;
  background-color: var(--Secondary);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  color: var(--Primary-8);
}

.heading-section-5 .tag.v2 {
  background-color: var(--Bg-light-8);
}

@media (max-width: 991px) {
  .heading-section-5 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .heading-section-5 .right {
  margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .heading-section-5 {
  margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .heading-section-6 {
  margin-bottom: 30px;
  }
}

.heading-section-6 .line {
  margin-top: 47px;
  width: 100%;
  height: 1px;
  background-color: var(--Line-8);
  position: relative;
}

@media (max-width: 991px) {
  .heading-section-6 .line {
  margin-top: 24px;
  }
}

.heading-section-6 .line::after {
  content: "";
  width: 55%;
  height: 1px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-9);
}

.heading-section-6 .line.line-white {
  background-color: var(--Text-secondary-8);
}

.heading-section-6 .line.line-white::after {
  background-color: var(--White-8);
}

.heading-section-6 .row {
  row-gap: 16px;
}

.wg-pagination {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
}

.wg-pagination li a {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  color: var(--Secondary);
  background-color: var(--White-8);
  border: 1px solid var(--Line-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .wg-pagination li a {
  width: 40px;
  height: 40px;
  }
}

.wg-pagination li i {
  font-size: 24px;
}

.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White-8);
  background-color: var(--Secondary);
}

.wg-pagination.style-2 li a {
  color: var(--Primary-8);
}

.wg-pagination.style-2 li i {
  font-size: 24px;
}

.wg-pagination.style-2 li:hover a, .wg-pagination.style-2 li.active a {
  color: var(--White-8);
  background-color: var(--Primary-8);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary-8);
}

.tf-social a {
  height: 44px;
  width: 44px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.tf-social a:hover {
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
  border-color: var(--Primary-8) !important;
}

.tf-social.style-2 a {
  border-color: var(--Out-line-8);
  color: var(--On-Suface-2-8);
  font-weight: 500;
}

.tf-social.style-2 a:hover {
  color: var(--White-8);
}

.tf-social.style-2.v2 a {
  color: var(--Secondary);
}

.tf-social.style-3 a {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--Text-primary-8);
  background-color: var(--White-8);
}

.tf-social.style-3 a:hover {
  background-color: var(--Text-primary-8);
  color: var(--White-8);
}

.tf-social.style-4 a {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

.tf-social.style-4 a:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.area-cursor-custom .custom-cursor {
  position: absolute;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  backdrop-filter: blur(16px);
  color: var(--Secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-behavior: normal;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity, transform;
  transform: scale(0.3);
}

.area-cursor-custom .custom-cursor::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.progress-wrap::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: var(--Text-primary-8);
  cursor: pointer;
  z-index: 1;
  transition-behavior: normal;
  transition-duration: 400ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .progress-wrap::after {
  font-size: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary-8);
  stroke-width: 4;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.scroll-effect .text-change-color div {
  color: transparent;
  background-image: linear-gradient(to right, rgb(12, 12, 12) 50%, rgb(143, 149, 128) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-2 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.scroll-effect.style-3 .text-change-color div {
  background-image: linear-gradient(to right, rgb(10, 10, 10) 50%, rgb(162, 164, 171) 50%);
  background-position-y: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-size: 200% 100%;
  background-position-x: 100%;
  background-clip: text;
  color: transparent;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

.tag-line {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.tag-line::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--White-8);
}

.tag-line.color-dark::before {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background-color: var(--Black-8);
}

@media (max-width: 575px) {
  .tag-line.color-dark::before {
  width: 60px;
  }
}

[data-background] {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-dsn-grid="moveUp"] {
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-image-distortion {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.tf-image-distortion canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.parallax-image {
  overflow-x: hidden;
  overflow-y: hidden;
}

.trust .group {
  display: flex;
  flex-shrink: 0;
}

.trust .group img:nth-child(1) {
  z-index: 4;
}

.trust .group img:nth-child(2) {
  z-index: 3;
}

.trust .group img:nth-child(3) {
  z-index: 2;
}

.trust .group img:nth-child(4) {
  z-index: 1;
}

.trust .group img {
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.trust .group img:not(:first-child) {
  margin-left: -16px;
}

.tf-filters {
  display: flex;
  justify-content: center;
  padding: 4px;
  background-color: var(--White-8);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  max-width: max-content;
}

@media (max-width: 768px) {
  .tf-filters {
  justify-content: start;
  }
}

.tf-filters .btn-fillter {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  padding: 0px 24px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: relative;
  z-index: 2;
  color: var(--Text-primary-8);
}

.tf-filters .btn-fillter.active, .tf-filters .btn-fillter:hover {
  color: var(--Secondary);
  background-color: var(--Primary-8);
}

.tf-filters.style-2 .btn-fillter {
  border: 1px solid var(--Primary-8);
  color: var(--Primary-8);
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.tf-filters.style-2 .btn-fillter.active, .tf-filters.style-2 .btn-fillter:hover {
  color: var(--White-8);
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}

@media (max-width: 991px) {
  .fillters-wrap {
  --spacing-col: 15px;
  --spacing-row: 24px;
  }
}

.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}

@media (max-width: 991px) {
  .fillters-wrap .item-fillter {
  width: calc(50% - var(--spacing-col));
  }
}

@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
  width: calc(100% - var(--spacing-col));
  }
}

.fillters-wrap.v2 {
  --spacing-row: 28px;
}

@media (min-width: 992px) {
  .fillters-wrap.fillter-col-3 .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  }
}

.wrap-line-marker {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.line-marker {
  display: flex;
  align-items: center;
  width: 80px;
  height: 1px;
  position: relative;
}

.line-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: inherit;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.line-marker.line-white {
  background-color: var(--White-8);
}

.line-marker.line-primary {
  background-color: var(--Primary-8);
}

.line-marker.line-dark {
  background-color: var(--Text-primary-8);
}

.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  flex-grow: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.shape-linear-circle {
  background-image: linear-gradient(rgb(223, 147, 128) 0%, rgba(255, 255, 255, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
}

.ui-datepicker {
  width: 320px !important;
}

.ui-datepicker .ui-datepicker td span, .ui-datepicker .ui-datepicker td a {
  font-size: 16px;
}

.topbar {
  padding: 12px 15px;
  background-color: var(--Primary-8);
}

.topbar-2 {
  background-color: var(--Text-primary-8);
  position: relative;
  z-index: 99999;
}

.topbar-2 i {
  font-size: 20px;
}

.topbar-2 .tb-contact {
  row-gap: 28px;
  column-gap: 28px;
}

.topbar-2 .nice-select {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: 153px;
  height: 44px;
}

@media (max-width: 768px) {
  .topbar-2 .nice-select {
  margin-right: -15px;
  }
}

.topbar-2 .nice-select::after {
  font-size: 12px;
}

.topbar-2 .nice-select > .list {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .topbar-2 .tb-right {
  justify-content: space-between;
  width: 100%;
  }
}

.topbar-2.style-1 {
  background-color: transparent;
  padding: 20px 0px;
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-contact {
  padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .topbar-2.style-1 .tb-right {
  padding-right: 20px;
  }
}

.topbar-2.style-1 .tf-social a {
  height: 40px;
  width: 40px;
  color: var(--Text-primary-8);
}

.topbar-2.style-1 .tf-social a:hover {
  background-color: var(--Primary-8);
}

.topbar-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
}

@media (max-width: 1199px) {
  .topbar-3 {
  padding: 12px 0px;
  }
}

.topbar-3 .list-info {
  display: flex;
}

.topbar-3 .list-info li {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
}

.topbar-3 .list-info li:not(:last-child) {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--Line-8);
}

@media (max-width: 1440px) {
  .topbar-3 .list-info li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.topbar-3 .list-info .icon {
  font-size: 24px;
  color: var(--Primary-8);
  width: 44px;
  height: 44px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-3 .tb-right {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .topbar-3 .tb-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo {
  padding: 16px 0px;
}

.header .header-contact {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.header .header-contact .icon {
  background-color: var(--Primary-8);
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Secondary);
}

.header.style-default {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  background-color: var(--White-8);
}

@media (max-width: 768px) {
  .header.style-default .tf-btn {
  display: none;
  }
}

.header.style-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.header.style-2 .main-menu .navigation > li {
  padding: 26px 0px;
}

.header.style-2 .navigation li > a {
  color: var(--White-8);
}

.header.style-2 .navigation li:hover > a {
  color: var(--Primary-8);
}

.header.style-2 .navigation .submenu {
  background-color: var(--Text-primary-8);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .navigation .submenu li:not(:last-child) {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.header.style-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.header.style-2 .mobile-button span {
  background-color: var(--White-8);
}

.header.style-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
}

.header.style-3 .header-inner {
  padding: 0px 14px 0px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--White-8);
}

@media (max-width: 991px) {
  .header.style-3 .header-inner {
  padding: 0px 15px;
  }
}

.header.style-3 .header-right {
  position: relative;
}

@media (max-width: 1199px) {
  .header.style-3 .header-right {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.header.style-3 .header-contact {
  padding-right: 40px;
  border-right: 1px solid var(--Out-line-8);
  margin-right: 38px;
}

@media (max-width: 1440px) {
  .header.style-3 .header-contact {
  padding-right: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .header.style-3 .tf-btn {
  padding: 12px 15px;
  }
}

.header.style-4, .header.style-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .header.style-4, .header.style-12 {
  margin-top: 20px;
  }
}

.header.style-4 .header-inner, .header.style-12 .header-inner {
  background-color: var(--White-8);
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 28px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

@media (max-width: 1440px) {
  .header.style-4 .header-inner, .header.style-12 .header-inner {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  }
}

.header.style-4 .tf-btn, .header.style-12 .tf-btn {
  padding: 14px 39px;
}

.header.style-4 .main-menu .tf-btn, .header.style-12 .main-menu .tf-btn {
  color: var(--White-8);
}

.header.style-4 .main-menu .tf-btn:hover, .header.style-12 .main-menu .tf-btn:hover {
  color: var(--Text-primary-8);
}

.header.style-4 .current-menu.has-child::after, .header.style-4 .current-menu-item.has-child::after, .header.style-12 .current-menu.has-child::after, .header.style-12 .current-menu-item.has-child::after {
  color: var(--Primary-8);
}

.header.style-4 .current-menu > a, .header.style-4 .current-menu-item > a, .header.style-12 .current-menu > a, .header.style-12 .current-menu-item > a {
  color: var(--Primary-8) !important;
}

.header.style-5 .mobile-button span {
  background-color: var(--Primary-8);
}

.header.style-6 {
  margin-bottom: -110px;
  padding-top: 19.29px;
}

.header.style-6 .header-inner {
  padding-right: 40px;
  padding-left: 37px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 768px) {
  .header.style-6 .header-inner {
  padding-right: 15px;
  padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header.style-6 .main-menu {
  display: none;
  }
}

.header.style-6 .mobile-button span {
  background-color: var(--White-8);
}

.header.style-7 {
  background-color: var(--Bg-light-8);
}

.header.style-7 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-7 .navigation li.has-child::after {
  color: var(--Primary-8);
}

.header.style-8 {
  margin-top: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.header.style-8 .header-inner {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.header.style-9 {
  margin: 20px auto -105px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1870px;
}

.header.style-9 .header-inner {
  padding-left: 41px;
  padding-right: 40px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(16px);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 1440px) {
  .header.style-9 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-9 .mobile-button {
  display: none;
}

@media (max-width: 1300px) {
  .header.style-9 .mobile-button {
  display: block;
  }
}

.header.style-9 .header-center {
  display: flex;
  max-width: 932px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1300px) {
  .header.style-9 .header-center {
  justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.style-9 .header-center {
  justify-content: start;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .main-menu {
  display: none;
  }
}

@media (max-width: 1300px) {
  .header.style-9 .header-center .mobile-button {
  display: flex;
  }
}

.header.style-9 .phone i {
  font-size: 32px;
  color: var(--Primary-8);
}

.header.style-9 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.header.style-9 .tf-social a:hover {
  color: var(--Text-primary-8);
  background-color: var(--White-8);
  border-color: var(--White-8) !important;
}

.header.style-9 .main-menu .tf-btn {
  color: var(--White-8);
}

.header.style-9 .main-menu .tf-btn:hover {
  color: var(--Text-primary-8);
}

@media (min-width: 1441px) {
  .header.style-9 .main-menu .navigation {
  row-gap: 32px;
  column-gap: 32px;
  }
}

.header.style-9 .main-menu .navigation {
  margin-left: 0px;
}

.header.style-9 .main-menu .navigation > li {
  padding: 26px 0px;
  cursor: pointer;
}

.header.style-9.v2 {
  margin-top: 41px;
  margin-bottom: -126px;
}

.header.style-10 {
  background-color: var(--Bg-light-8);
}

.header.style-11 {
  background-color: rgba(10, 10, 10, 0.2);
  margin-bottom: -141px;
}

.header.style-11 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

.header.style-11 .main-menu .tf-btn {
  color: var(--White-8);
}

.header.style-11 .main-menu .tf-btn:hover {
  color: var(--Text-primary-8);
}

.header.style-11 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

.header.style-12 {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header.style-12 .header-inner {
  max-width: 1840px;
  padding-right: 20px;
  padding-left: 20px;
}

.header.style-12 .nav-icon-list .count {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.header.style-12 .nav-icon-list li {
  color: var(--Text-primary-8);
}

.header.style-12 .main-menu .navigation > li {
  padding: 33px 0px;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .header.style-12 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 {
  padding-top: 41px;
  margin-bottom: -137px;
}

@media (max-width: 991px) {
  .header.style-13 {
  padding-top: 20px;
  }
}

.header.style-13 .header-inner {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 39px;
  padding-right: 19px;
}

@media (max-width: 991px) {
  .header.style-13 .header-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.header.style-13 .main-menu .navigation > li {
  padding: 32px 0px;
}

@media (min-width: 1441px) {
  .header.style-13 .header-right {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-13 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-8);
}

.header.style-14 {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header.style-14 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .header.style-14 {
  padding-left: 15px;
  }
}

.header.style-14 .wrap {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .header.style-14 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.header.style-14 .header-contact {
  padding: 26px 32px;
  background-color: var(--Secondary);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact {
  padding: 16px 15px;
  }
}

.header.style-14 .header-contact .icon {
  background-color: transparent;
  border: 1px solid var(--White-8);
  color: var(--White-8);
  font-size: 24px;
  height: 48px;
  width: 48px;
}

@media (max-width: 575px) {
  .header.style-14 .header-contact .icon {
  height: 36px;
  width: 36px;
  font-size: 18px;
  }
}

.header.style-15 {
  padding-top: 10px;
  margin-bottom: -99px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-15 .header-contact .icon {
  height: unset;
  width: unset;
  background-color: unset;
  font-size: 24px;
  color: var(--White-8);
}

@media (min-width: 1441px) {
  .header.style-15 .header-right {
  row-gap: 41px;
  column-gap: 41px;
  }
}

@media (max-width: 768px) {
  .header.style-16 {
  margin-top: 20px;
  }
}

.header.style-16 .header-inner {
  background-color: var(--White-8);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .header.style-16 .header-inner {
  padding-right: 20px;
  padding-left: 40px;
  }
}

.header.style-16 .tf-btn {
  padding: 14px 39px;
}

.header.style-16 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.style-17 {
  background-color: var(--Primary-8);
}

.header.style-17 .nav-icon-list {
  position: relative;
  row-gap: 33px;
  column-gap: 33px;
}

.header.style-17 .nav-icon-list::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: var(--White-8);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header.style-17 .main-menu .navigation > li {
  padding: 16px 0px 13px;
  cursor: pointer;
}

.header.style-17 .mobile-button .burger span {
  background-color: var(--White-8);
}

.header.style-17 .main-menu.style-1 .navigation > li > a::before {
  bottom: 14px;
}

@media (min-width: 1441px) {
  .header.style-17 .main-menu .navigation {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.header.style-17 .nav-icon-list a:hover {
  color: var(--Secondary) !important;
}

.header.style-17 .mega-menu .tf-btn {
  color: var(--White-8);
}

.header.style-17 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-8);
}

.header.style-18 {
  margin-bottom: -90px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header.style-18 .site-logo {
  padding: 17px 0px 18px;
}

@media (min-width: 1200px) {
  .header.style-18 .site-logo {
  padding-right: 40px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1441px) {
  .header.style-18 .main-menu {
  margin-left: 156px;
  }
}

.header.style-18 .main-menu .navigation > li {
  padding: 29px 0px 26px;
}

.header.style-18 .header-right {
  padding: 16px 0px 16px 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (min-width: 1200px) {
  .header.style-18 .header-right {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  .header.style-18 .header-right {
  padding: 8px 0px 7px 40px;
  }
}

.header.style-19 {
  margin-bottom: -120px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .header.style-19 .main-menu {
  display: none;
  }
}

.header.style-19 .main-menu .navigation > li {
  padding: 44px 0px 43px;
}

@media (min-width: 768px) {
  .header.style-19 .site-logo {
  padding: 21px 0px;
  }
}

.header.style-19 .header-right {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1199px) {
  .header.style-19 .header-right {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.header.style-19 .mobile-button .burger span {
  background-color: var(--White-8);
}

.header.style-19 .mega-menu .tf-btn {
  color: var(--White-8);
}

.header.style-19 .mega-menu .tf-btn:hover {
  color: var(--Text-primary-8);
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: 0px;
  width: 100%;
  max-width: 100vw;
  left: 0px;
  right: 0px;
  position: fixed;
  z-index: 999;
  transform: translateY(-120%);
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
  visibility: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White-8);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.header.header-sticky.style-2, .header.header-fixed.style-2 {
  background-color: var(--Bg-dark-9);
}

.header.header-sticky.style-3, .header.header-fixed.style-3 {
  background-color: var(--White-8);
}

.header.header-sticky.style-4, .header.header-fixed.style-4 {
  background-color: var(--White-8);
  margin-top: 0px;
}

.header.header-sticky.style-4 .header-inner, .header.header-fixed.style-4 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-5, .header.header-fixed.style-5 {
  background-color: var(--Bg-1);
}

.header.header-sticky.style-6, .header.header-fixed.style-6 {
  box-shadow: unset;
}

.header.header-sticky.style-8, .header.header-fixed.style-8 {
  background-color: var(--Bg-dark-9);
  margin-top: 0px;
}

.header.header-sticky.style-8 .header-inner, .header.header-fixed.style-8 .header-inner {
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9, .header.header-fixed.style-9 {
  margin-top: 0px;
  background: var(--White-8);
}

.header.header-sticky.style-9 .header-inner, .header.header-fixed.style-9 .header-inner {
  backdrop-filter: unset;
  background-image: unset;
  background-position-x: unset;
  background-position-y: unset;
  background-size: unset;
  background-repeat: unset;
  background-attachment: unset;
  background-origin: unset;
  background-clip: unset;
  background-color: unset;
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-9 .navigation li > a, .header.header-fixed.style-9 .navigation li > a {
  color: var(--Text-primary-8);
}

.header.header-sticky.style-9 .tf-social a, .header.header-fixed.style-9 .tf-social a {
  color: var(--Secondary);
  border-color: var(--Line-8);
}

.header.header-sticky.style-9 .tf-social a:hover, .header.header-fixed.style-9 .tf-social a:hover {
  color: var(--White-8);
  background-color: var(--Primary-8);
  border-color: var(--Primary-8) !important;
}

.header.header-sticky.style-9 .navigation li.has-child::after, .header.header-fixed.style-9 .navigation li.has-child::after {
  color: var(--Secondary);
}

.header.header-sticky.style-9.v2 .phone, .header.header-fixed.style-9.v2 .phone {
  color: var(--Text-primary-8);
}

.header.header-sticky.style-11, .header.header-fixed.style-11 {
  background-color: var(--Bg-dark-9);
}

.header.header-sticky.style-12 .header-inner, .header.header-fixed.style-12 .header-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-sticky.style-13, .header.header-fixed.style-13 {
  margin-top: 15px;
  padding-top: 0px;
}

.header.header-sticky.style-16, .header.header-fixed.style-16 {
  margin-top: 0px;
}

.header.header-sticky.style-18, .header.header-fixed.style-18 {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.header.header-sticky.is-sticky, .header.header-fixed.is-sticky {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.header.header-fixed {
  position: fixed;
  transform: translateY(-100%);
  top: 0px;
  z-index: 9999;
  left: 0px;
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.header.header-fixed.style-19 {
  background-color: var(--Text-primary-8);
}

.header.header-fixed.style-19 .main-menu .navigation > li {
  padding: 32px 0px;
}

.header.header-fixed.is-fixed {
  transform: translateY(0px);
  visibility: visible;
  pointer-events: all;
}

.header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

@media (min-width: 1441px) {
  .main-menu .navigation {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.main-menu .navigation > li {
  padding: 28px 0px;
  cursor: pointer;
}

.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0px;
  right: 0px;
  height: 35px;
  top: -25px;
}

.main-menu .navigation > li:hover::after {
  color: var(--Primary-8);
}

.main-menu .navigation > li:hover > a {
  color: var(--Secondary);
}

.main-menu .navigation > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > .submenu > li:hover > .submenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .has-menu-mega {
  position: unset !important;
}

.main-menu.style-1 .navigation > li, .main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-1 .navigation > li > a::before, .main-menu.style-2 .navigation > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.main-menu.style-1 .navigation > li:hover > a::before, .main-menu.style-2 .navigation > li:hover > a::before {
  width: 100%;
}

.main-menu.style-1 .current-menu > a, .main-menu.style-2 .current-menu > a {
  color: var(--Primary-8) !important;
}

.main-menu.style-1 .current-menu > a::before, .main-menu.style-2 .current-menu > a::before {
  width: 100% !important;
}

.main-menu.style-1 .current-menu-item > a, .main-menu.style-2 .current-menu-item > a {
  color: var(--Text-primary-8) !important;
}

.main-menu.style-2 .navigation > li {
  position: relative;
}

.main-menu.style-2 .navigation > li > a {
  position: relative;
}

.main-menu.style-2 .navigation > li > a::before {
  background-color: var(--Primary-8);
  bottom: 0px;
}

.main-menu.style-2 .navigation > li:hover > a {
  color: var(--Primary-8);
}

.main-menu .current-menu.has-child::after, .main-menu .current-menu-item.has-child::after {
  color: var(--Secondary);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Secondary) !important;
}

.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.navigation li > a {
  color: var(--Text-primary-8);
}

.navigation li.has-child {
  position: relative;
  display: flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}

.navigation li.has-child::after {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  right: 0px;
  font-family: icomoon;
  content: "";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary-8);
  font-weight: 700;
}

.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 70ms;
}

.navigation .submenu {
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--White-8);
  box-shadow: rgba(72, 95, 119, 0.1) 0px 10px 25px 0px;
  border: 1px solid var(--Line-8);
}

.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition-behavior: normal;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line-8);
}

.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: var(--Text-primary-8);
}

.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Secondary);
}

.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.mega-menu .demo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  padding: 8px 8px 12px;
  backdrop-filter: blur(4px);
  border: 1px solid var(--Line-8);
  background-color: var(--bg-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.mega-menu .demo-item .img-demo {
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu .demo-item .img-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu .demo-item .demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-8);
}

.mega-menu .demo-item:hover {
  border-color: var(--Text-primary-8);
}

.mega-menu .tf-btn {
  border: 2px solid var(--Primary-8);
  font-size: 16px;
  line-height: 20px;
  color: var(--Text-primary-8);
}

.mega-menu .tf-btn:hover {
  background-color: transparent;
}

.mega-menu .tf-btn.btn-mega-2 {
  color: var(--White-8);
}

.mega-menu .tf-btn.btn-mega-2:hover {
  color: var(--Text-primary-8);
}

.mega-menu.menu-rounded {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}

.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-8);
}

.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}

.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right center;
}

.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}

.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}

.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.text-menu .toggle {
  display: grid;
}

.text-menu .toggle .text {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-column-end: auto;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.text-menu .toggle .text .word {
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  transition-property: transform;
  backface-visibility: hidden;
  margin: 0px -0.02em;
}

.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}

.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}

.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}

.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}

.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}

.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

.nav-icon-list {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.nav-icon-list i {
  font-size: 24px;
}

.nav-icon-list li {
  color: var(--White-8);
  position: relative;
}

.nav-icon-list .count {
  width: 16px;
  height: 16px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--White-8);
  position: absolute;
  top: -5px;
  right: -5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: var(--Text-primary-8);
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0px;
  width: 100%;
}

#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line-8);
}

#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid var(--Line-8);
}

#menu-mobile-menu .menu-item {
  font-size: 18px;
  font-weight: 700;
  color: var(--Text-primary-8);
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
  color: var(--Text-primary-8);
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}

#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}

#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 10px 0px;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary-8);
}

.mobile-nav-wrap .offcanvas-header {
  padding: 2rem 1rem;
}

.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-y: auto;
}

.mobile-nav-wrap .offcanvas-body {
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-wrap .support .text-need {
  font-weight: 500;
  border-bottom: 1px solid var(--Line-8);
  margin-bottom: 11px;
  color: var(--Text-secondary-8);
}

.mobile-nav-wrap .support .mb-info li {
  color: rgb(134, 134, 134);
  font-size: 14px;
  line-height: 24px;
}

.mobile-nav-wrap .support .mb-info li span {
  margin-left: 5px;
  font-weight: 600;
  color: var(--Text-primary-8);
}

.mobile-nav-wrap .support .mb-info li a {
  margin-left: 5px;
  font-weight: 400;
  color: var(--Text-primary-8);
}

.mobile-nav-wrap .offcanvas-header {
  padding-left: 30px;
}

.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}

.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary-8);
  margin-left: auto;
}

.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .mobile-nav-wrap .site-logo {
  width: 167px;
  }
}

.mobile-nav-wrap .social {
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  display: flex;
}

.mobile-nav-wrap .social li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav-wrap .social a {
  font-size: 16px;
  margin-left: 0px;
}

.mobile-nav-wrap .mb-info {
  display: grid;
  row-gap: 4px;
  column-gap: 4px;
}

.mobile-nav-wrap.style-dark {
  background-color: var(--Bg-dark-9);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark #menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  color: var(--White-8);
}

.mobile-nav-wrap.style-dark .btn-close-menu {
  font-size: 26px;
  color: var(--White-8);
  margin-left: auto;
}

.mobile-nav-wrap.style-dark .support .text-need {
  color: rgb(216, 216, 212);
}

.mobile-nav-wrap.style-dark .support .mb-info li span, .mobile-nav-wrap.style-dark .support .mb-info li a {
  color: var(--White-8);
}

.footer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer .footer-heading-mobile::after, .footer .footer-heading-mobile::before {
  background-color: var(--Primary-8);
}

.footer.style-default {
  background-color: var(--Secondary);
}

.footer.style-default .info {
  margin-bottom: 0px;
}

.footer.style-default .footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (min-width: 992px) {
  .footer.style-default .footer-contact {
  padding-left: 21px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact {
  grid-template-columns: repeat(1, 1fr);
  }
}

.footer.style-default .footer-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .footer.style-default .footer-body {
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer.style-default .footer-body {
  padding-top: 60px;
  }
}

.footer.style-default .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.footer.style-default .footer-bottom .wrap {
  display: flex;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer.style-default .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-8);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer.style-default .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer.style-default .footer-heading {
  letter-spacing: 0.08rem;
}

@media (max-width: 768px) {
  .footer.style-default .footer-about {
  padding-bottom: 40px;
  }
}

.footer.style-default .tf-check:checked {
  border-color: var(--Primary-8);
  background-color: var(--Primary-8) !important;
}

.footer.style-default .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer.style-default .footer-content {
  margin-right: 70px;
  }
}

@media (min-width: 992px) {
  .footer.style-default .footer-content {
  margin-right: 55px;
  }
}

@media (min-width: 1441px) {
  .footer.style-default .footer-content {
  margin-left: 11px;
  }
}

@media (max-width: 991px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .footer.style-default .footer-contact div:nth-child(2) {
  padding-left: 0px;
  }
}

.footer.v2 {
  background-color: transparent;
}

.footer.v2 .footer-body {
  padding-bottom: 60px;
}

@media (min-width: 1441px) {
  .footer.v2 .footer-content {
  margin-left: 15px;
  margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .footer.v2 .footer-contact {
  padding-left: 30px;
  }
}

.footer.v2 .footer-bottom {
  border-color: var(--Line-8);
  padding-bottom: 20px;
}

.footer.v2 .footer-bottom .wrap li:not(:last-child)::after {
  color: var(--Text-secondary-8);
}

@media (min-width: 992px) {
  .footer.v3 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer.v3 .footer-body {
  padding-bottom: 78px;
  }
}

@media (max-width: 768px) {
  .footer-about > div:not(:last-child) {
  margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .footer-content {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-menu-list {
  padding-top: 13px;
  padding-left: 12px;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--Line-8);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-heading-mobile::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: var(--Line-8);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  }
}

@media (max-width: 768px) {
  .footer-col-block {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-col-block .tf-collapse-content {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-col-block .footer-heading {
  margin-bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::before {
  opacity: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-block.open .footer-heading-mobile::after {
  transform: translate(0%, -50%) rotate(180deg);
  }
}

.footer-style-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-8);
  padding-top: 98px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .footer-style-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.footer-style-2 .meta {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .footer-style-2 .meta {
  flex-direction: column;
  align-items: start;
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child) {
  display: flex;
  align-items: center;
  }
}

@media (min-width: 576px) {
  .footer-style-2 .meta li:not(:last-child)::after {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  margin-left: 20px;
  }
}

.footer-style-2 .meta i {
  font-size: 24px;
  color: var(--Primary-8);
  margin-left: 4px;
}

.footer-style-2 .row {
  row-gap: 40px;
}

.footer-style-2 .box-content {
  margin-top: 40px;
  background-color: var(--Primary-8);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .footer-style-2 .box-content {
  max-width: 985px;
  }
}

@media (max-width: 768px) {
  .footer-style-2 .box-content {
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
  column-gap: 26px;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

.footer-style-2 .box-content .content {
  max-width: 608px;
}

@media (min-width: 1200px) {
  .footer-style-2 .footer-contact {
  max-width: 520px;
  }
}

.footer-style-2 .footer-quick-link {
  margin-bottom: 40px;
}

.footer-style-2 .heading-footer {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .footer-style-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-style-2 .tf-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.footer-style-2 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 11px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer-style-2 .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.footer-style-2 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 20px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  letter-spacing: 0.8px;
}

.footer-style-2 .list a:hover {
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
}

.footer-style-2 .info {
  max-width: max-content;
}

.footer-style-2 .shape {
  top: -36px;
  right: 0%;
  width: 12.6%;
}

@media (min-width: 1441px) {
  .footer-style-2 .shape {
  right: 2.6%;
  }
}

.footer-style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-8);
}

.footer-style-3 .footer-top {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Line-8);
}

.footer-style-3 .footer-bottom {
  border-top: 1px solid var(--Line-8);
  padding: 20px 0px;
}

.footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-style-3 .footer-about, .footer-style-3 .footer-content, .footer-style-3 .footer-newsletter {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

.footer-style-3 .footer-about {
  position: relative;
}

@media (min-width: 768px) {
  .footer-style-3 .footer-about::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  background-color: var(--Line-8);
  top: 0px;
  }
}

.footer-style-3 .footer-newsletter {
  position: relative;
  padding-top: 37px;
  height: 100%;
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-style-3 .footer-newsletter {
  border-top: 1px solid var(--Line-8);
  }
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-newsletter {
  padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

@media (min-width: 992px) {
  .footer-style-3 .footer-newsletter::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 109%;
  left: -4px;
  background-color: var(--Line-8);
  top: -12px;
  }
}

.footer-style-3 .footer-content {
  padding-top: 42px;
  column-gap: 10px;
}

@media (min-width: 1441px) {
  .footer-style-3 .footer-content {
  padding-left: 28px;
  padding-right: 28px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .footer-content {
  padding-top: 0px;
  padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .footer-style-3 .tf-social a {
  font-size: 28px;
  width: 52px;
  height: 52px;
  }
}

.footer-style-3 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-3 .footer-heading-mobile::before, .footer-style-3 .footer-heading-mobile::after {
  background-color: var(--Text-primary-8);
}

.footer-style-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
}

.footer-style-4 .btn-footer {
  margin-left: 25px;
  width: 120px;
  height: 120px;
  background-color: var(--Primary-8);
  padding: 36px 32px;
  text-align: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
}

@media (min-width: 992px) {
  .footer-style-4 .btn-footer {
  margin-right: 78px;
  }
}

.footer-style-4 .btn-footer::after {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (min-width: 992px) {
  .footer-style-4 .form-newsletter {
  max-width: 420px;
  margin-left: auto;
  }
}

.footer-style-4 .list-info {
  row-gap: 80px;
  column-gap: 80px;
}

@media (max-width: 1199px) {
  .footer-style-4 .list-info {
  row-gap: 16px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .list-info {
  flex-wrap: wrap;
  }
}

.footer-style-4 .footer-body {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer-style-4 .footer-bottom {
  padding: 38px 0px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-4 .footer-bottom .wrap {
  display: flex;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 6px;
}

.footer-style-4 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-8);
}

@media (max-width: 768px) {
  .footer-style-4 .footer-title {
  margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .footer-style-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-5 {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 100px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer-style-5 .item {
  left: 45%;
  bottom: -77px;
}

@media (max-width: 991px) {
  .footer-style-5 .item {
  left: unset;
  right: 0px;
  }
}

.footer-style-5 .list {
  display: flex;
  row-gap: 20px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.footer-style-5 .list a {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 5px 18px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.footer-style-5 .list a:hover {
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
}

@media (max-width: 991px) {
  .footer-style-5 .meta {
  margin-bottom: 22px;
  }
}

.footer-style-5 .meta i {
  font-size: 24px;
  color: var(--Primary-8);
  margin-left: 4px;
}

.footer-style-5 .footer-bottom {
  padding: 37px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
  .footer-style-5 .footer-bottom {
  margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .footer-style-5 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-5 .footer-bottom p {
  letter-spacing: -0.4px;
}

.footer-style-5 .footer-bottom .wrap {
  display: flex;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-5 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-8);
}

.footer-style-5 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-5 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-5 .tf-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.footer-style-5 .footer-contact {
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (min-width: 1200px) {
  .footer-style-5 .footer-contact {
  padding-left: 50px;
  }
}

.footer-style-6 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-8);
  padding-top: 100px;
}

@media (max-width: 991px) {
  .footer-style-6 {
  padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-contact, .footer-style-6 .footer-link {
  width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-style-6 .footer-newsletter {
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .footer-style-6 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.footer-style-6 .footer-body {
  display: flex;
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body {
  flex-wrap: wrap;
  row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-body {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-style-6 .footer-body .footer-contact, .footer-style-6 .footer-body .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.footer-style-6 .footer-link {
  display: flex;
}

.footer-style-6 .footer-link .footer-col-block {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-link .footer-col-block.product {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 26%;
}

.footer-style-6 .footer-newsletter {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-6 .footer-newsletter .form-newsletter .button-submit {
  color: var(--Text-primary-8);
}

.footer-style-6 .footer-newsletter .form-newsletter fieldset input {
  border-color: var(--Text-primary-8);
  height: 50px;
}

.footer-style-6 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-style-6 .tf-social a {
  color: var(--Text-primary-8);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  height: 40px;
  width: 40px;
  font-size: 16px;
}

.footer-style-6 .tf-social a:hover {
  color: var(--White-8);
  background-color: var(--Text-primary-8);
}

.footer-style-6 .footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid var(--Line-8);
}

@media (max-width: 991px) {
  .footer-style-6 .footer-bottom {
  margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-style-6 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-6 .footer-bottom .wrap {
  display: flex;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  margin-right: 5px;
}

.footer-style-6 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-muted-8);
}

.footer-style-6 .footer-bottom .wrap li a {
  letter-spacing: -0.4px;
}

.footer-style-6 .footer-heading-mobile::before, .footer-style-6 .footer-heading-mobile::after {
  background-color: var(--Text-secondary-8);
}

.footer-style-7 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Text-primary-8);
}

.footer-style-7 .footer-body {
  display: flex;
  row-gap: 40px;
  column-gap: 100px;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .footer-style-7 .footer-body {
  flex-direction: column;
  }
}

.footer-style-7 .footer-about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15.4%;
}

.footer-style-7 .footer-about p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-7 .footer-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 58%;
}

.footer-style-7 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .resources {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-7 .tf-social {
  row-gap: 24px;
  column-gap: 24px;
}

.footer-style-7 .tf-social a {
  font-size: 24px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  width: unset;
  height: unset;
  background-color: unset;
}

.footer-style-7 .tf-social a:hover {
  color: var(--Primary-8);
}

.footer-style-7 .footer-bottom {
  padding: 17px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-7 .footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-8 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-style-8 .tf-social a {
  color: var(--Primary-8);
}

.footer-style-8 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-8);
}

.footer-style-8 .footer-bottom .wrap {
  display: flex;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-8 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Text-secondary-8);
}

.footer-style-9 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-light-8);
}

.footer-style-9 .footer-body {
  padding-top: 82px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-body {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.footer-style-9 .footer-about {
  max-width: 344px;
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about .footer-logo site-logo {
  margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer-style-9 .footer-about p {
  margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-style-9 .footer-content {
  padding-left: 71px;
  }
}

.footer-style-9 .quick-link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21%;
}

.footer-style-9 .company {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer-style-9 .footer-info .time p {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .footer-style-9 .footer-info .time {
  margin-bottom: 22px;
  }
}

.footer-style-9 .footer-info p {
  font-size: 16px;
  line-height: 26px;
}

.footer-style-9 .tf-social {
  row-gap: 8px;
  column-gap: 8px;
}

.footer-style-9 .tf-social a {
  color: var(--Secondary);
}

.footer-style-9 .tf-social a:hover {
  background-color: var(--Secondary);
}

.footer-style-9 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-8);
}

.footer-style-9 .footer-bottom .wrap {
  display: flex;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-9 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Secondary);
}

.footer-style-9 .footer-heading-mobile {
  display: block;
  position: relative;
  cursor: pointer;
}

.footer-style-9 .footer-heading-mobile::before, .footer-style-9 .footer-heading-mobile::after {
  background-color: var(--Primary-8);
}

@media (max-width: 768px) {
  .footer-style-9 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 {
  background-color: var(--Text-primary-8);
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-style-10 .social {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.footer-style-10 .row {
  row-gap: 40px;
}

.footer-style-10 .footer-top {
  padding-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-10 .footer-top .right {
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-style-10 .footer-top .right {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.footer-style-10 .footer-body {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-style-10 .footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1441px) {
  .footer-style-10 .footer-content {
  padding-left: 15px;
  padding-right: 91px;
  }
}

.footer-style-10 .footer-about {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 991px) {
  .footer-style-10 .footer-about {
  flex-direction: row;
  justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .footer-style-10 .footer-about {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.footer-style-10 .social a {
  font-size: 24px;
  color: var(--White-8);
}

.footer-style-10 .social a:hover {
  color: var(--Primary-8);
}

@media (max-width: 768px) {
  .footer-style-10 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-10 .footer-heading-mobile::after, .footer-style-10 .footer-heading-mobile::before {
  background-color: var(--White-8);
}

.footer-style-11 .footer-contact {
  padding: 80px;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-contact {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .footer-style-11 .footer-contact {
  padding: 80px 40px;
  }
}

.footer-style-11 .heading-section {
  margin-bottom: 28px;
}

.footer-style-11 .list-info i {
  font-size: 24px;
}

.footer-style-11 .list-info .title {
  width: 132px;
  color: var(--Text-secondary-8);
  flex-shrink: 0;
}

.footer-style-11 .wrap-quick-link {
  padding-top: 29px;
  margin-top: 27px;
  border-top: 1px solid var(--Line-8);
  row-gap: 30px;
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer-style-11 .wrap-quick-link li {
  width: calc(50% - 12px);
  }
}

.footer-style-11 .footer-newsletter {
  position: relative;
}

.footer-style-11 .footer-newsletter .thumb {
  width: 100%;
  height: 100%;
  background-color: var(--Text-primary-8);
}

.footer-style-11 .footer-newsletter .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .footer-style-11 .footer-newsletter .thumb img {
  max-height: 400px;
  }
}

.footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

@media (max-width: 991px) {
  .footer-style-11 .footer-newsletter .form-newsletter {
  padding: 32px 15px;
  }
}

.footer-style-12 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .footer-style-12 {
  padding-bottom: 40px;
  }
}

.footer-style-12 .wrap-footer {
  background-color: var(--Text-primary-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footer-style-12 .footer-top {
  padding: 48px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top {
  padding: 40px 0px;
  }
}

@media (max-width: 768px) {
  .footer-style-12 .footer-top .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.footer-style-12 .footer-bottom .wrap-footer-bottom {
  padding: 14px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-12 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-12 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-12 .footer-body {
  padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .footer-style-12 .footer-body .row {
  row-gap: 40px;
  }
}

@media (min-width: 768px) {
  .footer-style-12 .footer-content {
  margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-content {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-content {
  padding-left: 93px;
  padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .footer-contact {
  margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .footer-style-12 .footer-contact {
  padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .footer-style-12 .form-newsletter {
  max-width: 640px;
  margin-left: auto;
  }
}

.footer-style-12 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-8);
}

@media (min-width: 1441px) {
  .footer-style-12 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-12 .form-newsletter .tf-btn {
  padding: 16px 40px !important;
  }
}

.footer-style-12 .tf-social {
  row-gap: 13px;
  column-gap: 13px;
}

@media (min-width: 1200px) {
  .footer-style-12 .tf-social a {
  height: 48px;
  width: 48px;
  font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer-style-13 .row {
  row-gap: 40px;
  }
}

.footer-style-13 .tf-social {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .footer-style-13 .tf-social {
  margin-top: 12px;
  }
}

.footer-style-13 .tf-social a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footer-style-13 .footer-top {
  padding: 48px 0px 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-13 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-13 .footer-body {
  padding: 40px 0px;
  }
}

@media (min-width: 1441px) {
  .footer-style-13 .footer-content {
  padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-about {
  max-width: 380px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .footer-contact {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-13 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-8);
}

@media (min-width: 1441px) {
  .footer-style-13 .form-newsletter fieldset input {
  height: 72px;
  }
}

@media (min-width: 992px) {
  .footer-style-13 .form-newsletter .tf-btn {
  margin-right: 4px;
  padding: 16px 40px !important;
  }
}

.footer-style-13 .footer-bottom .wrap-footer-bottom {
  padding: 16px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-style-13 .footer-bottom .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-13 .footer-heading-mobile::before, .footer-style-13 .footer-heading-mobile::after {
  background-color: var(--White-8);
}

.footer-style-14 {
  background-color: var(--Secondary);
}

.footer-style-14 .footer-body {
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .footer-style-14 .footer-body {
  padding: 60px 0px;
  }
}

.footer-style-14 .heading-footer {
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .footer-style-14 .heading-footer {
  margin-bottom: 24px;
  }
}

.footer-style-14 .form-newsletter {
  margin-bottom: 40px;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .footer-style-14 .form-newsletter {
  max-width: 100%;
  margin-bottom: 24px;
  }
}

.footer-style-14 .quick-link {
  padding: 2px 0px;
  row-gap: 12px;
  column-gap: 32px;
}

.footer-style-14 .footer-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.15);
  padding: 14px 0px;
}

.footer-style-14 .footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-14 .footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--White-8);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer-style-14 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 {
  background-color: var(--Text-primary-8);
}

.footer-style-15 .row {
  row-gap: 40px;
}

.footer-style-15 .footer-top {
  padding: 40px 0px 38px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-15 .footer-top ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-style-15 .footer-top ul {
  row-gap: 12px;
  column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  }
}

.footer-style-15 .footer-body {
  padding: 60px 0px;
}

@media (max-width: 768px) {
  .footer-style-15 .footer-body {
  padding: 40px 0px;
  }
}

.footer-style-15 .footer-bottom {
  padding: 18px 0px 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(34, 34, 34);
}

@media (min-width: 1025px) {
  .footer-style-15 .footer-about {
  max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer-style-15 .footer-content {
  padding-left: 70px;
  }
}

@media (min-width: 1441px) {
  .footer-style-15 .footer-content {
  margin-left: -20px;
  margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .footer-style-15 .footer-content {
  padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .footer-style-15 .footer-newsletter {
  max-width: 360px;
  margin-left: auto;
  }
}

.footer-style-15 .form-newsletter .button-submit {
  color: var(--Text-primary-8) !important;
}

.footer-style-15 .form-newsletter .button-submit:hover {
  color: var(--White-8) !important;
}

.footer-style-15 .tf-check:checked {
  border-color: var(--Primary-8);
  background-color: var(--Primary-8) !important;
}

.footer-style-15 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer-style-15 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-15 .social a {
  font-size: 24px;
  color: var(--White-8);
}

.footer-style-15 .social a:hover {
  color: var(--Primary-8);
}

.footer-style-15 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  min-width: 257px;
}

.footer-style-15 .box-icon .icon {
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Black-8);
}

@media (max-width: 991px) {
  .footer-style-15 .box-icon .icon {
  height: 48px;
  width: 48px;
  font-size: 28px;
  }
}

.footer-style-16 {
  background-color: var(--Bg-light-8);
}

.footer-style-16 .wrap-footer-body {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 12px;
}

@media (max-width: 1024px) {
  .footer-style-16 .wrap-footer-body {
  flex-direction: column;
  }
}

.footer-style-16 .footer-body {
  padding: 80px 0px 60px;
}

@media (max-width: 991px) {
  .footer-style-16 .footer-body {
  padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .footer-body {
  padding-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .footer-style-16 .quick-link {
  margin-left: 13px;
  }
}

.footer-style-16 .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid var(--Line-8);
}

@media (min-width: 1025px) {
  .footer-style-16 .footer-content {
  max-width: 750px;
  width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about {
  max-width: 360px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-about .title {
  margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .footer-style-16 .footer-contact {
  max-width: 280px;
  }
}

.footer-style-16 .line {
  background-color: var(--Line-8);
  width: 1px;
}

@media (max-width: 1024px) {
  .footer-style-16 .line {
  display: none;
  }
}

@media (max-width: 768px) {
  .footer-style-16 .wrap-footer-bottom {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  justify-content: center !important;
  }
}

.footer-style-16 .wrap-footer-bottom .wrap {
  display: flex;
  row-gap: 0px;
  column-gap: 0px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin-right: 7px;
}

.footer-style-16 .wrap-footer-bottom .wrap li:not(:last-child)::after {
  content: "|";
  position: relative;
  color: var(--Line-8);
  opacity: 0.7;
}

.footer-style-16 .footer-heading-mobile::after, .footer-style-16 .footer-heading-mobile::before {
  background-color: var(--Text-primary-8);
}

.footer-style-17 {
  background-color: var(--Secondary);
}

@media (max-width: 991px) {
  .footer-style-17 .wrap-footer-body {
  flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .wrap-footer-body {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .footer-style-17 .tf-social {
  row-gap: 16px;
  column-gap: 16px;
  }
}

.footer-style-17 .footer-top {
  padding: 40px 0px;
}

.footer-style-17 .footer-body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer-style-17 .footer-bottom {
  padding: 18px 0px;
}

.footer-style-17 .footer-contact {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-contact {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact {
  width: 100%;
  }
}

.footer-style-17 .footer-content {
  max-width: 358.4px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-content {
  max-width: 100%;
  width: 45%;
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-content {
  width: 100%;
  }
}

.footer-style-17 .footer-newsletter {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-style-17 .footer-newsletter {
  max-width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .footer-style-17 .footer-newsletter {
  border-top-width: unset;
  border-top-style: unset;
  border-top-color: unset;
  }
}

.footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 48px 0px 43px;
}

@media (max-width: 768px) {
  .footer-style-17 .footer-contact, .footer-style-17 .footer-content, .footer-style-17 .footer-newsletter {
  padding: 20px 0px;
  }
}

.footer-style-17 .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
  margin-right: 20px;
}

.footer-style-17 .form-newsletter.style-3 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-8);
}

@media (min-width: 768px) {
  .footer-style-17 .tf-social a {
  height: 52px;
  width: 52px;
  font-size: 28px;
  }
}

.footer-style-17 .tf-social a:hover {
  color: var(--White-8);
}

.footer-style-17 .tf-check:checked {
  border-color: var(--Primary-8);
  background-color: var(--Primary-8) !important;
}

.footer-style-17 .tf-check::before {
  color: var(--Secondary);
  font-weight: 700;
}

.footer-style-18 {
  background-color: var(--Text-primary-8);
}

@media (max-width: 991px) {
  .footer-style-18 {
  padding-bottom: 40px;
  }
}

.footer-style-18 .footer-about {
  max-width: 390px;
}

.footer-style-18 .tf-social a:hover {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
  border-color: var(--White-8) !important;
}

@media (max-width: 768px) {
  .footer-style-18 .footer-logo site-logo {
  margin-bottom: 24px;
  }
}

.footer-style-18 .row {
  row-gap: 40px;
}

.tab-slide .menu-tab {
  position: relative;
}

.tab-slide .item-slide-effect {
  position: absolute;
  height: 80%;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  left: 0%;
  background-color: var(--Bg-light-8);
}

.tab-slide.style-1 .menu-tab {
  position: relative;
  padding: 4px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  display: inline-flex;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-1 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-8);
  font-weight: 600;
}

.tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--Text-primary-8);
}

.tab-slide.style-1 .menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.tab-slide.style-1.v2 .menu-tab {
  padding: 3px 4px;
  border: 1px solid var(--Line-8);
  box-shadow: unset;
}

.tab-slide.style-1.v2 .menu-tab li .tab-link {
  padding: 12px 28px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-8);
  font-weight: 600;
}

.tab-slide.style-1.v2 .menu-tab li.active .tab-link {
  color: var(--Secondary);
}

.tab-slide.style-1.v2 .item-slide-effect {
  background-color: var(--Primary-8);
}

.tab-slide.style-2 .menu-tab {
  row-gap: 8px;
  column-gap: 8px;
  padding: 8px 8px 6px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border: 1px solid var(--Line-8);
}

.tab-slide.style-2 .nav-tab-item {
  width: 322.5px;
  position: relative;
  z-index: 1;
}

.tab-slide.style-2 .nav-tab-item .step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-2 .nav-tab-item.active .step {
  color: var(--Secondary);
}

.tab-slide.style-2 .tab-link {
  row-gap: 12px;
  column-gap: 12px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

@media (max-width: 768px) {
  .tab-slide.style-2 .tab-link {
  padding: 8px 12px;
  }
}

.tab-slide.style-2 .tab-link.active {
  background: var(--Bg-light-8);
}

.tab-slide.style-2 .tab-link.active .step {
  color: var(--Secondary);
}

.tab-slide.style-3 {
  max-width: 300px;
  background-color: var(--Bg-light-8);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-shrink: 0;
  width: 100%;
}

.tab-slide.style-3 .menu-tab {
  width: 100%;
  display: grid;
  row-gap: 9.33px;
  column-gap: 9.33px;
}

.tab-slide.style-3 .tab-link {
  padding: 16px 24px;
  width: 100%;
  color: var(--Text-primary-8);
}

.tab-slide.style-3 .tab-link i {
  font-size: 24px;
  opacity: 0;
  margin-right: 10px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tab-slide.style-3 .tab-link:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-8);
  color: var(--Primary-8);
}

.tab-slide.style-3 .tab-link:hover i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-3 .nav-tab-item.active .tab-link {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--White-8);
  color: var(--Primary-8);
}

.tab-slide.style-3 .nav-tab-item.active .tab-link i {
  opacity: 1;
  margin-right: 0px;
}

.tab-slide.style-4 .menu-tab {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab {
  padding-bottom: 10px;
  row-gap: 30px;
  column-gap: 30px;
  overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
  }
}

@media (max-width: 575px) {
  .tab-slide.style-4 .menu-tab::-webkit-scrollbar-thumb {
  background: var(--Primary-8);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  }
}

.tab-slide.style-4 .tab-link {
  color: var(--White-8);
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.tab-slide.style-4 .tab-link i {
  font-size: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  transform: translateY(0px);
  will-change: transform;
}

.tab-slide.style-4 .tab-link:hover i {
  transform: scale(1.2);
}

.tab-slide.style-4 .tab-link:hover, .tab-slide.style-4 .tab-link.active {
  color: var(--Primary-8);
}

.tab-slide.style-5 .item-slide-effect {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tab-slide.style-5 .menu-tab {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 3px 4px 2px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.tab-slide.style-5 .tab-link {
  padding: 12px 28px;
}

.tab-slide.style-5 .tab-link.active {
  color: var(--Primary-8);
}

.tab-slide.style-6 .tab-link {
  padding: 7px 16px;
  color: var(--Primary-8);
  border: 1px solid var(--Primary-8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (max-width: 768px) {
  .tab-slide.style-6 .tab-link {
  padding: 8px 16px;
  }
}

.tab-slide.style-6 .tab-link.active, .tab-slide.style-6 .tab-link:hover {
  color: var(--White-8);
  background-color: var(--Primary-8);
}

.tab-slide.style-6.v2 .tab-link {
  color: var(--Secondary);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-color: var(--Bg-light-8);
  padding: 8px 17px;
}

.tab-slide.style-6.v2 .tab-link.active, .tab-slide.style-6.v2 .tab-link:hover {
  color: var(--White-8);
  background-color: var(--Secondary);
}

.tab-slide.style-7 .tab-link {
  width: 148px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-8);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  background-color: var(--Bg-light-8);
}

.tab-slide.style-7 .tab-link.active, .tab-slide.style-7 .tab-link:hover {
  color: var(--White-8);
  background-color: var(--Primary-8);
}

.flat-animate-tab .tab-content {
  position: relative;
}

.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tabs-hover-wrap .item {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tabs-hover-wrap .tab-content.active {
  visibility: visible;
  opacity: 1;
}

.tabs-hover-wrap.tab-effect-blur .tab-content {
  transform: scale(1.05);
  filter: blur(12px);
}

.tabs-hover-wrap.tab-effect-blur .tab-content.active {
  filter: blur(0px);
  position: relative;
  z-index: 2;
  transform: scale(1);
}

.tabs-hover-wrap.tab-effect-left .tab-content {
  transform: translateX(-50px);
}

.tabs-hover-wrap.tab-effect-left .tab-content.active {
  transform: translate(0px);
}

.tabs-hover-wrap.tab-effect-right .tab-content {
  transform: translateX(50px);
}

.tabs-hover-wrap.tab-effect-right .tab-content.active {
  transform: translate(0px);
}

.tf-btn.btn-bg-primary-2 {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.tf-btn.btn-bg-white {
  background-color: var(--White-8);
}

.tf-btn.btn-bg-white-2 {
  background-color: var(--White-8);
  color: var(--Primary-8);
}

.tf-btn.btn-bg-white-3 {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
}

.tf-btn.btn-bg-white-4 {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
}

.tf-btn.btn-bg-dark {
  background-color: var(--Bg-dark-9);
  color: var(--White-8);
}

.tf-btn.btn-bg-dark-2 {
  background-color: var(--Text-primary-8);
  color: var(--White-8);
}

.tf-btn.style-border {
  padding: 14px 38px;
  border: 1px solid var(--Primary-8);
  background-color: transparent;
  color: var(--Text-primary-8);
}

.tf-btn.style-border-2 {
  padding: 14px 38px;
  border: 1px solid var(--Secondary);
  background-color: transparent;
  color: var(--Secondary);
}

.tf-btn.style-border-3 {
  padding: 14px 38px;
  border: 1px solid var(--Primary-8);
  background-color: transparent;
  color: var(--White-8);
}

.tf-btn.style-border-white {
  border: 1px solid var(--White-8);
  background-color: transparent;
  color: var(--White-8);
}

.tf-btn.style-border-dark {
  border: 1px solid var(--Text-primary-8);
  background-color: transparent;
  color: var(--Text-primary-8);
}

.tf-btn.btn-bg-secondary {
  background-color: var(--Secondary);
  color: var(--White-8);
}

.tf-btn.btn-bg-secondary-2 {
  background-color: var(--Secondary);
  color: var(--Primary-8);
}

.tf-btn.btn-bg-stroke-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-8);
}

.tf-btn.btn-bg-stroke-dark-2 {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-8);
}

.tf-btn.btn-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.tf-btn.btn-px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.tf-btn.btn-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.tf-btn.rounded-icon {
  background-color: var(--White-8);
  padding: 5px;
  color: var(--Text-primary-8);
  text-transform: capitalize;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner {
  position: relative;
  z-index: 1;
  padding: 12px 60px 10px 23px;
  width: 100%;
  text-align: center;
}

.tf-btn.rounded-icon .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  width: 45px;
  height: 100%;
  background-color: var(--Primary-8);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner::before {
  width: 38px;
  height: 80%;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
  color: var(--Text-primary-8);
}

@media (max-width: 575px) {
  .tf-btn.rounded-icon .btn_inner .btn_icon {
  min-width: 38px;
  }
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  display: inline-flex;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:first-child, .tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: transform;
}

.tf-btn.rounded-icon .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  transform: translate(150%, -150%);
}

.tf-btn.rounded-icon .btn_inner .btn_text {
  display: inline-flex;
  overflow-x: hidden;
  overflow-y: hidden;
  text-shadow: currentcolor 0px 23px 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.tf-btn.rounded-icon .btn_inner .btn_text > span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn.rounded-icon.btn-bg-primary {
  background-color: var(--Primary-8);
}

.tf-btn.rounded-icon.btn-bg-primary .btn_inner::before {
  background-color: var(--White-8);
}

.tf-btn.rounded-icon.btn-bg-dark {
  background-color: var(--Text-primary-8);
  color: var(--White-8);
}

.tf-btn.rounded-icon.btn-bg-dark .btn_inner::before {
  background-color: var(--White-8);
}

.tf-btn.rounded-icon.btn-bg-dark:hover {
  color: var(--Text-primary-8);
}

.tf-btn.style-3 {
  padding: 15px 28px 15px 17px;
}

.tf-btn-2 {
  --b: 1.5px;
  --s: 12px;
  display: flex;
  max-width: max-content;
  position: relative;
  height: 80px;
  --color: var(--White-8);
  ---color-text: var(--White-8);
  padding: calc(16px + var(--s)) calc(40px + var(--s));
  color: var(--Color-text);
  background: conic-gradient(from 90deg at var(--b) var(--b), rgba(0, 0, 0, 0) 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2 * var(--_p)) calc(100% - var(--b) - 2 * var(--_p));
  transition-behavior: normal, normal, normal;
  transition-duration: 0.3s, 0s, 0.3s;
  transition-timing-function: linear, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, color, background-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .tf-btn-2 {
  --b: 1px;
  --s: 10px;
  height: 68px;
  padding: calc(12.5px + var(--s)) calc(19px + var(--s));
  }
}

.tf-btn-2 > span {
  z-index: 1;
}

.tf-btn-2 span {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-btn-2.border-dark {
  --color: var(--Bg-dark-9);
  ---color-text: var(--Text-primary-8);
}

.btn-hover-animation-switch {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animation-switch.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn-hover-animation-switch > span {
  display: inline-flex;
  align-items: center;
}

.btn-hover-animation-switch .btn-text {
  margin-left: -21px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.btn-hover-animation-switch i {
  font-size: 20px;
  z-index: 3;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .arr-2 {
  margin-left: 3px;
  line-height: 0;
}

.btn-hover-animation-switch .arr-1 {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.btn-hover-animation-switch .bg-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-8);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  transition-property: width, height;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn-hover-animation-switch:hover .arr-2 {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn-hover-animation-switch:hover .arr-1 {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.btn-hover-animation-switch:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}

.btn-hover-animate {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: skew(-20deg);
  width: 200%;
}

.btn-hover-animate:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
}

.btn-hover-animate:hover::after {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.01, 0.56, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: shine;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.btn-hover-animate.btn-bg-white::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent);
}

.btn-hover-animate-2 {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.btn-hover-animate-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15%;
  right: 0px;
  width: 0px;
  height: 106%;
  background: var(--Secondary);
  transform: skew(45deg);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  z-index: -2;
}

.btn-hover-animate-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-8);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
}

.btn-hover-animate-2:hover::after {
  width: 100%;
  transform: skew(0deg);
  left: 0px;
}

.btn-hover-animate-2.btn-bg-secondary::after {
  background: var(--White-8);
}

.btn-hover-animate-2.btn-bg-secondary:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-secondary-2::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-secondary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-primary-2::after {
  background: var(--White-8);
}

.btn-hover-animate-2.btn-bg-primary-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-8);
}

.btn-hover-animate-2.btn-bg-primary-3::after {
  background: var(--White-8);
}

.btn-hover-animate-2.btn-bg-primary-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-8);
}

.btn-hover-animate-2.btn-bg-white::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-white:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-8);
}

.btn-hover-animate-2.btn-bg-white-2::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-white-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-white-3 {
  background-color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-white-3::after {
  background: var(--Secondary);
}

.btn-hover-animate-2.btn-bg-white-3:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-white-3.v2::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-white-4 {
  background-color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-white-4::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-white-4:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-stroke-dark::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-stroke-dark:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--White-8);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2::after {
  background: var(--Primary-8);
}

.btn-hover-animate-2.btn-bg-stroke-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-8);
}

.btn-hover-animate-2.btn-bg-dark-2::after {
  background: var(--White-8);
}

.btn-hover-animate-2.btn-bg-dark-2:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  color: var(--Text-primary-8);
}

.btn-hover-animate-border {
  background-color: transparent;
  color: var(--White-8);
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-animate-border span:nth-child(2) {
  position: absolute;
  height: 100%;
  width: 102%;
  left: -2px;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-color: var(--Primary-8);
  transform: translateY(-103%);
  z-index: -2;
}

.btn-hover-animate-border:hover {
  background-color: var(--Primary-8);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-8) !important;
}

.btn-hover-animate-border:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-up span:nth-child(2) {
  transform: translateY(100%);
}

.btn-hover-animate-border.slide-up:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-hover-animate-border.slide-right span:nth-child(2) {
  transform: translateX(100%);
}

.btn-hover-animate-border.slide-right:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.slide-left span:nth-child(2) {
  transform: translateX(-100%);
}

.btn-hover-animate-border.slide-left:hover span:nth-child(2) {
  transform: translateX(0px);
}

.btn-hover-animate-border.style-border-white span:nth-child(2) {
  background-color: var(--White-8);
}

.btn-hover-animate-border.style-border-white:hover {
  background-color: var(--White-8);
  color: var(--Text-primary-8) !important;
}

.btn-hover-animate-border.style-border-2 span:nth-child(2) {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover {
  background-color: var(--Secondary);
}

.btn-hover-animate-border.style-border-2:hover span:nth-child(2) {
  transform: translateY(0px);
}

.btn-switch-text > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}

.btn-switch-text .btn-double-text, .btn-switch-text .btn-double-text::before {
  display: block;
  height: 100%;
  position: relative;
  top: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  font-size: 16px;
}

.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
}

.btn-switch-text:hover .btn-double-text {
  top: -100%;
}

.btn-switch-text:hover .btn-double-text::before {
  top: -100%;
}

.btn-hover-rounded-icon:hover .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon:hover .btn_icon i:last-child {
  transform: translate(0px) !important;
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover {
  background-color: var(--White-8);
}

.btn-hover-rounded-icon.hover-default.btn-bg-dark:hover .btn_inner::before {
  background-color: var(--Primary-8);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover {
  background-color: var(--Text-primary-8);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_inner::before {
  background-color: var(--White-8);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_icon {
  color: var(--Text-primary-8);
}

.btn-hover-rounded-icon.hover-default.btn-bg-white:hover .btn_text {
  color: var(--White-8);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner::before {
  width: 100%;
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:first-child {
  transform: translate(-150%, 150%);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_icon i:last-child {
  transform: translate(0px);
}

.btn-hover-rounded-icon.hover-1:hover .btn_inner .btn_text > span {
  transform: translateY(-24px);
}

.btn-hover-rounded-icon.hover-2 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.btn-hover-rounded-icon.hover-2:hover {
  background-color: transparent;
}

.btn-hover-rounded-icon.hover-2:hover .btn_inner::before {
  transform: scale(8);
}

@keyframes shine {
  100% {
    left: -200%;
  }
}

.tf-pin-btn {
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-pin-btn span::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-line;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.tf-pin-btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Black-8);
}

form {
  position: relative;
  z-index: 30;
}

form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  display: block;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: none;
  width: 100%;
  padding: 11px 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--Out-line-8);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: var(--Text-primary-8);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  appearance: none;
}

form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
  color: var(--Text-muted-8);
}

form textarea:focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="date"]:focus, form input[type="month"]:focus, form input[type="time"]:focus, form input[type="week"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="color"]:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom, form input[type="text"].style-line-bottom, form input[type="password"].style-line-bottom, form input[type="datetime"].style-line-bottom, form input[type="datetime-local"].style-line-bottom, form input[type="date"].style-line-bottom, form input[type="month"].style-line-bottom, form input[type="time"].style-line-bottom, form input[type="week"].style-line-bottom, form input[type="number"].style-line-bottom, form input[type="email"].style-line-bottom, form input[type="url"].style-line-bottom, form input[type="search"].style-line-bottom, form input[type="tel"].style-line-bottom, form input[type="color"].style-line-bottom {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus, form input[type="text"].style-line-bottom:focus, form input[type="password"].style-line-bottom:focus, form input[type="datetime"].style-line-bottom:focus, form input[type="datetime-local"].style-line-bottom:focus, form input[type="date"].style-line-bottom:focus, form input[type="month"].style-line-bottom:focus, form input[type="time"].style-line-bottom:focus, form input[type="week"].style-line-bottom:focus, form input[type="number"].style-line-bottom:focus, form input[type="email"].style-line-bottom:focus, form input[type="url"].style-line-bottom:focus, form input[type="search"].style-line-bottom:focus, form input[type="tel"].style-line-bottom:focus, form input[type="color"].style-line-bottom:focus {
  border-color: var(--Text-primary-8);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

form textarea.style-line-bottom.v2, form input[type="text"].style-line-bottom.v2, form input[type="password"].style-line-bottom.v2, form input[type="datetime"].style-line-bottom.v2, form input[type="datetime-local"].style-line-bottom.v2, form input[type="date"].style-line-bottom.v2, form input[type="month"].style-line-bottom.v2, form input[type="time"].style-line-bottom.v2, form input[type="week"].style-line-bottom.v2, form input[type="number"].style-line-bottom.v2, form input[type="email"].style-line-bottom.v2, form input[type="url"].style-line-bottom.v2, form input[type="search"].style-line-bottom.v2, form input[type="tel"].style-line-bottom.v2, form input[type="color"].style-line-bottom.v2 {
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
  color: var(--White-8);
  box-shadow: unset;
}

form textarea.style-line-bottom.v2:focus, form input[type="text"].style-line-bottom.v2:focus, form input[type="password"].style-line-bottom.v2:focus, form input[type="datetime"].style-line-bottom.v2:focus, form input[type="datetime-local"].style-line-bottom.v2:focus, form input[type="date"].style-line-bottom.v2:focus, form input[type="month"].style-line-bottom.v2:focus, form input[type="time"].style-line-bottom.v2:focus, form input[type="week"].style-line-bottom.v2:focus, form input[type="number"].style-line-bottom.v2:focus, form input[type="email"].style-line-bottom.v2:focus, form input[type="url"].style-line-bottom.v2:focus, form input[type="search"].style-line-bottom.v2:focus, form input[type="tel"].style-line-bottom.v2:focus, form input[type="color"].style-line-bottom.v2:focus {
  border-color: var(--Primary-8);
}

form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
}

form textarea {
  height: 112px;
  padding: 14px 16px;
}

form textarea.style-line-bottom {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-bottom: 1px solid var(--Line-8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px 0px 16px;
}

form textarea.style-line-bottom:focus {
  border-color: var(--Text-primary-8);
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.tf-check {
  position: relative;
  cursor: pointer;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  appearance: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-8);
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.tf-check:checked {
  background-color: var(--Text-primary-8) !important;
}

.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}

.tf-check::before {
  font-family: icomoon;
  content: "";
  position: absolute;
  color: var(--White-8);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 10px;
  transform: scale(0.5);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item label {
  cursor: pointer;
}

.radio-item .radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  vertical-align: middle;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}

.radio-item .radio-custom::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Primary-8);
}

.radio-item .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio-custom {
  width: 14px;
  height: 14px;
  border-color: var(--Text-muted-8);
}

.radio-item.style-2 .radio-custom::after {
  background-color: var(--Secondary);
  width: 8px;
  height: 8px;
}

.radio-item.style-2 .radio-title {
  color: var(--Text-muted-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom {
  border-color: var(--Secondary);
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.radio-item.style-2 .radio input[type="radio"]:checked + .radio-custom + .radio-title {
  color: var(--Secondary);
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.form-search {
  position: relative;
}

.form-search fieldset input {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 22px;
}

.form-search .button-submit {
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search.style-2 fieldset input {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.form-newsletter fieldset input {
  padding: 20px 16px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  font-size: 15px;
  line-height: 22px;
}

.form-newsletter .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  font-size: 24px;
}

.form-newsletter .button-submit button {
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Secondary);
  background-color: var(--Primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-newsletter.style-1, .form-newsletter.style-5, .form-newsletter.style-6, .form-newsletter.style-7, .form-newsletter.style-8 {
  position: relative;
}

.form-newsletter.style-1 fieldset input, .form-newsletter.style-5 fieldset input, .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input, .form-newsletter.style-8 fieldset input {
  padding: 18px 24px;
  font-size: 17px;
  line-height: 28px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

.form-newsletter.style-1 .tf-btn, .form-newsletter.style-5 .tf-btn, .form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn, .form-newsletter.style-8 .tf-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.form-newsletter.style-2 fieldset input {
  height: 50px;
  padding-bottom: 0px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.form-newsletter.style-2 fieldset input::placeholder {
  color: var(--Text-secondary-8);
}

.form-newsletter.style-2 .button-submit {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-2 .button-submit:hover {
  color: var(--Primary-8);
}

.form-newsletter.style-3, .form-newsletter.style-4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.form-newsletter.style-3 fieldset input, .form-newsletter.style-4 fieldset input {
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  font-size: 17px;
  line-height: 28px;
  background-color: var(--White-8);
  padding-left: 25px;
}

.form-newsletter.style-3 .button-submit, .form-newsletter.style-4 .button-submit {
  height: 60px;
  width: 60px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  font-size: 28px;
  right: 0px;
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.form-newsletter.style-4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .form-newsletter.style-4 {
  max-width: 420px;
  margin-left: auto;
  }
}

.form-newsletter.style-4 fieldset input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--Bg-2);
  color: var(--White-8);
}

.form-newsletter.style-4 fieldset input::placeholder {
  color: var(--Text-muted-8);
}

.form-newsletter.style-4 .button-submit {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-4 .button-submit:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.form-newsletter.style-5 fieldset input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-8);
  box-shadow: unset;
  height: 72px;
}

.form-newsletter.style-5 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  border: 1px solid var(--Line-8);
  height: 72px;
}

@media (min-width: 992px) {
  .form-newsletter.style-6 fieldset input, .form-newsletter.style-7 fieldset input {
  padding-left: 27px;
  }
}

.form-newsletter.style-6 .tf-btn, .form-newsletter.style-7 .tf-btn {
  padding: 16px 40px;
  right: 8px;
}

.form-newsletter.style-7 fieldset input {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  color: var(--White-8);
}

.form-newsletter.style-7 fieldset input::placeholder {
  color: var(--Text-secondary-8);
}

@media (max-width: 575px) {
  .form-newsletter.style-7 .tf-btn {
  padding: 16px 12px;
  }
}

.form-newsletter.style-8 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 992px) {
  .form-newsletter.style-8 fieldset input {
  height: 72px;
  }
}

.form-newsletter.style-8 .tf-btn {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 8px;
}

.form-newsletter.style-9 fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-8);
}

.form-newsletter.style-9 .button-submit {
  height: 52px;
  width: 52px;
  background-color: var(--Primary-8);
  color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-newsletter.style-9 .button-submit:hover {
  background-color: var(--Secondary);
}

.form-leave-comment fieldset input, .form-leave-comment textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-request {
  background-color: var(--White-8);
  padding: 42px 40px;
}

@media (max-width: 768px) {
  .form-request {
  padding: 30px 15px;
  }
}

.form-request fieldset input {
  height: 54px;
  font-size: 15px;
  line-height: 22px;
}

.form-request textarea {
  font-size: 15px;
  line-height: 22px;
}

.form-book-appointment {
  padding: 28px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-8);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .form-book-appointment {
  padding: 28px 15px;
  }
}

.form-book-appointment fieldset input, .form-book-appointment textarea {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-appointment textarea {
  height: 120px;
}

.form-book-appointment .tf-btn {
  padding: 11px 28px;
}

.form-book-appointment .calendar-input {
  position: relative;
}

.form-book-appointment .calendar-input input {
  cursor: pointer;
}

.form-book-appointment .calendar-input i {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  position: absolute;
  color: var(--Text-muted-8);
  font-size: 24px;
  pointer-events: none;
}

.form-contact textarea {
  height: 88px;
}

.form-contact-2 {
  width: 100%;
}

.form-contact-2 fieldset input {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-contact-2.v2 fieldset input, .form-contact-2.v2 .nice-select, .form-contact-2.v2 textarea {
  border-color: var(--Text-secondary-8);
}

.form-contact-2.v2 fieldset input {
  padding: 12px 0px;
  color: var(--White-8);
}

.form-contact-2.v2 fieldset input:focus {
  border-color: var(--Primary-8);
}

.form-contact-2.v2 fieldset input::placeholder {
  color: var(--White-8);
}

.form-contact-2.v2 .nice-select {
  background-color: transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-contact-2.v2 .nice-select .current {
  color: var(--White-8);
}

.form-contact-2.v2 .nice-select {
  padding-left: 0px;
  padding-right: 0px;
}

.form-contact-2.v2 .nice-select::after {
  color: var(--White-8);
}

.form-contact-2.v2 textarea {
  color: var(--White-8);
  padding-top: 11px;
  height: 110px;
}

.form-contact-2.v2 textarea:focus {
  border-color: var(--Primary-8);
}

.form-contact-2.v2 textarea::placeholder {
  color: var(--White-8);
}

.form-calculator .title {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .form-calculator .title {
  width: 115px;
  }
}

.form-calculator .tf-range-slider {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-calculator .tf-range-slider input[type="range"] {
  appearance: none;
  width: 100%;
  height: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(230, 243, 230);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  margin: 0px;
}

.form-calculator .tf-range-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 0px;
  height: 0px;
}

.form-calculator .tf-range-slider .thumb-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(20, 107, 112);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

.form-calculator .tf-range-slider .thumb-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.form-calculator .box {
  border-bottom: 1px solid var(--Line-8);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

@media (min-width: 992px) {
  .form-calculator .box > div {
  padding-left: 28px;
  }
}

.form-calculator .wrap-total {
  height: 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 36px;
  margin-bottom: 6px;
}

.form-calculator .wrap-total .total {
  padding-left: 59px;
  padding-right: 59px;
  background-color: var(--Primary-8);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
}

.form-book-landscaping {
  padding: 32px 40px 40px;
  border-top: 8px solid var(--Primary-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .form-book-landscaping {
  padding: 30px 15px;
  }
}

.form-book-landscaping fieldset input, .form-book-landscaping textarea {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-landscaping fieldset input {
  height: 52px;
}

.form-book-landscaping textarea {
  height: 102px;
}

.form-service-booking {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

.form-service-booking fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking fieldset input {
  height: 64px;
  }
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"]::-webkit-calendar-picker-indicator, .form-service-booking input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.form-service-booking input[type="date"], .form-service-booking input[type="time"] {
  position: relative;
}

.form-service-booking input[type="date"]::after, .form-service-booking input[type="time"]::after {
  content: "";
  position: absolute;
  font-family: icomoon;
  color: var(--White-8);
  font-size: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-service-booking input[type="time"]::after {
  content: "";
}

.form-service-booking .nice-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
}

@media (min-width: 992px) {
  .form-service-booking .nice-select {
  height: 64px;
  }
}

.form-service-booking .nice-select::after {
  color: var(--White-8);
}

.form-service-booking .nice-select .current {
  color: var(--White-8);
}

.form-service-booking.style-2 input[type="date"]::after, .form-service-booking.style-2 input[type="time"]::after {
  color: var(--Text-muted-8);
}

.form-service-booking.style-2 fieldset input {
  background-color: var(--White-8);
  border: 1px solid var(--Line-8);
  color: var(--Secondary);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 992px) {
  .form-service-booking.style-2 fieldset input {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select {
  background-color: var(--White-8);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid var(--Line-8);
}

@media (min-width: 992px) {
  .form-service-booking.style-2 .nice-select {
  height: 52px;
  }
}

.form-service-booking.style-2 .nice-select::after {
  color: var(--Text-primary-8);
}

.form-service-booking.style-2 .nice-select .current {
  color: var(--Text-primary-8);
}

.form-service-booking.style-2 textarea {
  height: 120px;
}

.form-book-move {
  background-color: var(--Secondary);
  padding: 40px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .form-book-move {
  padding: 40px 15px;
  }
}

.form-book-move fieldset {
  position: relative;
}

.form-book-move fieldset input {
  background-color: transparent;
  color: var(--White-8);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-8);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-book-move .input-has-icon {
  padding-left: 44px;
}

.form-book-move textarea {
  background-color: transparent;
  color: var(--White-8);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  height: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.form-book-move input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-book-move .nice-select {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-book-move .nice-select > span {
  color: var(--White-8);
}

.form-book-move .nice-select::after {
  color: var(--White-8);
}

.form-legal-consultation fieldset {
  position: relative;
}

.form-legal-consultation fieldset i {
  position: absolute;
  font-size: 24px;
  color: var(--White-8);
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-legal-consultation fieldset input {
  height: 52px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-8);
}

.form-legal-consultation fieldset input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-legal-consultation .input-has-icon {
  padding-left: 44px;
}

.form-legal-consultation input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  left: 16px;
  cursor: pointer;
  position: absolute;
}

.form-legal-consultation .nice-select {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-legal-consultation .nice-select > span, .form-legal-consultation .nice-select::after {
  color: var(--White-8);
}

.form-legal-consultation textarea {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  color: var(--White-8);
  height: 109px;
}

.form-legal-consultation textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-search-courses {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-search-courses fieldset input {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom: 2px solid var(--Line-8);
  padding: 16px 0px;
}

.form-search-courses .button-submit button {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button i {
  font-size: 22px;
  color: var(--Text-primary-8);
  font-weight: 500;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.form-search-courses .button-submit button:hover i {
  color: var(--Primary-8);
}

.input-animate-container {
  position: relative;
}

.input-animate-container .placeholder-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
}

.input-animate-container .placeholder-wrapper .placeholder-text {
  font-size: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
}

.input-animate-container .input-field:focus ~ .placeholder-wrapper, .input-animate-container .input-field:not(:placeholder-shown) ~ .placeholder-wrapper {
  opacity: 0;
}

.input-animate-container .typing-animation {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.input-animate-container .typing-animation.typing-in {
  animation-duration: 800ms;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeIn;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .typing-animation.typing-out {
  animation-duration: 0.8s;
  animation-timing-function: steps(40);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: typeOut;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.input-animate-container .cursor {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: var(--Primary-8);
  margin-left: 2px;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: blink;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  vertical-align: middle;
}

@keyframes typeIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typeOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0px;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.sw-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button {
  width: 42px;
  height: 42px;
  }
}

.sw-button i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-button.style-1 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 28px;
  color: var(--White-8);
}

.sw-button.style-1:hover {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
}

.sw-button.style-2 {
  font-size: 32px;
  background-color: var(--White-8);
  color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .sw-button.style-2 {
  font-size: 22px;
  }
}

.sw-button.style-2:hover {
  color: var(--Text-primary-8);
  background-color: var(--Primary-8) !important;
  border-color: var(--Primary-8) !important;
}

.sw-button.style-2.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid var(--White-8);
  color: var(--White-8);
}

.sw-button.style-3 {
  background-color: var(--Secondary);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--Primary-8);
  font-size: 24px;
}

.sw-button.style-3:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.sw-button.style-3.swiper-button-disabled {
  background-color: var(--White-8);
  border-color: var(--Line-8);
  pointer-events: none;
}

.sw-button.style-4 {
  height: 60px;
  width: 60px;
  background-color: var(--White-8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: var(--Text-primary-8);
  font-size: 32px;
  border: 1px solid var(--Line-8);
}

.sw-button.style-4:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
  border-color: var(--Primary-8);
}

.sw-button.style-5 {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
  font-size: 28px;
  border: 1px solid var(--Line-8);
}

.sw-button.style-5:hover {
  border-color: var(--Text-primary-8);
}

.sw-button.style-6 {
  background-color: var(--Bg-light-8);
  color: var(--Text-primary-8);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-6 {
  font-size: 20px;
  }
}

.sw-button.style-6:hover {
  background-color: var(--Secondary);
  color: var(--White-8);
}

.sw-button.style-7 {
  background-color: var(--White-8);
  color: var(--Text-primary-8);
  font-size: 28px;
}

@media (max-width: 768px) {
  .sw-button.style-7 {
  font-size: 20px;
  }
}

.sw-button.style-7:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.sw-button.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.sw-dots .swiper-pagination-bullet {
  position: relative;
  height: 16px;
  width: 16px;
}

.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.sw-dots.style-white .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-white .swiper-pagination-bullet::after {
  border: 1px solid var(--White-8);
}

.sw-dots.style-white .swiper-pagination-bullet-active {
  border-color: var(--White-8);
}

.sw-dots.style-white .swiper-pagination-bullet-active::after {
  background-color: var(--White-8);
  border: 1px solid var(--White-8);
}

.sw-dots.style-1 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-8);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--Primary-8);
}

.sw-dots.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--Primary-8);
}

.sw-dots.style-2 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-2 .swiper-pagination-bullet::after {
  background-color: var(--Text-primary-8);
}

.sw-dots.style-2 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary-8);
}

.sw-dots.style-2 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary-8);
}

.sw-dots.style-3 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.sw-dots.style-3 .swiper-pagination-bullet::after {
  background-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active {
  border-color: var(--Secondary);
}

.sw-dots.style-3 .swiper-pagination-bullet-active::after {
  background-color: var(--Secondary);
}

.sw-dots.style-4 .swiper-pagination-bullet {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.sw-dots.style-4 .swiper-pagination-bullet::after {
  border: 1px solid var(--Text-muted-8);
}

.sw-dots.style-4 .swiper-pagination-bullet-active {
  border-color: var(--Primary-8);
}

.sw-dots.style-4 .swiper-pagination-bullet-active::after {
  border-color: var(--Primary-8);
  background-color: var(--Primary-8);
}

.modalDemo .demo-title {
  margin-top: 50px;
  margin-bottom: 44px;
  text-align: center;
  color: var(--Text-primary-8);
}

.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: calc(-16px + 100vh);
}

.modalDemo .modal-content {
  padding: 0px 50px 40px;
  background-color: var(--White-8);
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px 30px;
  max-height: calc(-60px + 100vh);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: default;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modalDemo .mega-menu {
  padding: 0px 32px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
}

.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}

.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header {
  position: relative;
}

.modalDemo .header .icon-close-popup {
  position: absolute;
  top: 18px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.modalDemo .header .icon-close-popup:hover {
  color: var(--Primary-8);
}

.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}

.modalDemo .row-demo .demo-img {
  aspect-ratio: 0 / 1;
}

.modal {
  cursor: url("../images/item/cursor-close.svg"), auto;
}

.offcanvas-backdrop {
  cursor: url('/uploads/MhzcZf4y1y4Dp25tjEGtc-cursor-close.svg'), auto;
}

.offcanvas-search {
  height: max-content !important;
  z-index: 99999;
}

.offcanvas-search > .btn-close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.offcanvas-search .offcanvas-body {
  padding: 60px 0px;
}

.offcanvas-search .btn-close {
  position: absolute;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .offcanvas-search .btn-close {
  top: -50px;
  right: 30px;
  }
}

@media (max-width: 768px) {
  .offcanvas-search .btn-close {
  font-size: 18px;
  right: 15px;
  }
}

.hover-image * {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.hover-image .img-style, .hover-image .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image .img-style img, .hover-image .article-thumb img {
  object-fit: cover;
}

.hover-image:hover .img-style img, .hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-2 .img-style, .hover-image-2 .article-thumb {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-2 .img-style::after, .hover-image-2 .article-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.hover-image-2 .img-style img, .hover-image-2 .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-2:hover .img-style::after, .hover-image-2:hover .article-thumb::after {
  height: 250%;
  transition-behavior: normal;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  background-color: transparent;
}

.hover-image-2:hover .img-style img, .hover-image-2:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-translate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  transform: scale(1.1);
  pointer-events: none;
}

.hover-image-translate:hover .img-style img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}

.hover-underline-link:hover {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.57, 0.39, 0, 0.86);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: qode-inline-underline-initial-hover;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes qode-inline-underline-initial-hover {
  0% {
    background-size: 100% var(--underline-height);
  }
  35% {
    background-size: 0 var(--underline-height);
  }
  36% {
    background-size: 0 var(--underline-height);
  }
  100% {
    background-size: 100% var(--underline-height);
  }
}

.hover-underline-link-2 {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.hover-underline-link-2 i {
  font-size: 20px;
}

.hover-underline-link-2 span {
  position: relative;
}

.hover-underline-link-2 span::after, .hover-underline-link-2 span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2 span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-underline-link-2:hover {
  color: var(--Primary-8);
}

.hover-underline-link-2:hover span::after, .hover-underline-link-2:hover span::before {
  background-color: var(--Primary-8);
}

.hover-underline-link-2:hover span::before {
  width: 0px;
}

.hover-underline-link-2:hover span::after {
  width: 100%;
}

.hover-image-rotate .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hover-image-rotate .img-style img {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-line-up {
  position: relative;
  padding: 0px 0px 2px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  opacity: 1 !important;
}

.hover-line-up::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  content: "";
  opacity: 0;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
  transform: translateY(7px);
}

.hover-line-up:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.hover-link-elara {
  position: relative;
}

.hover-link-elara::before {
  content: "";
  transform-origin: 50% 100%;
  transition-behavior: normal, normal;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, cubic-bezier(0.2, 1, 0.8, 1);
  transition-delay: 0s, 0s;
  transition-property: clip-path, transform;
  clip-path: polygon(0% 0%, 0% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100%, 100% 100%, 100% 0%);
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(90deg, currentcolor 0px, currentcolor 100%);
  top: 100%;
  left: 0px;
}

.hover-link-elara:hover::before {
  transform: translate3d(0px, 2px, 0px) scale3d(1.08, 3, 1);
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0px, 50% 0px, 50% 100%, 50% 100%, 0px 100%, 100% 100%, 100% 0%);
}

.hover-link-arrow.btn-link {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  padding-bottom: 0px;
}

.hover-link-arrow.btn-link:hover {
  opacity: 1;
}

.hover-link-arrow > span {
  display: inline-flex;
  align-items: center;
}

.hover-link-arrow .link-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transition-delay: 0.125s;
  transition-property: transform;
}

.hover-link-arrow .arrow {
  margin-left: 6px;
  position: relative;
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.6s;
  transition-delay: 0.25s, 0.25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.hover-link-arrow .arrow i {
  margin: 0px;
  line-height: 0;
}

.hover-link-arrow .arrow + .arrow {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0px;
  transform: translateX(-10px);
}

.hover-link-arrow:hover .link-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.hover-link-arrow:hover .arrow {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.hover-link-arrow:hover .arrow + .arrow {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.225s;
}

.hover-effect-icon .icon i, .hover-effect-icon .icon img {
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.hover-effect-icon:hover .icon i, .hover-effect-icon:hover .icon img {
  transform: rotateY(180deg);
}

.blog-item .title {
  text-transform: capitalize;
}

.blog-item .img-style {
  position: relative;
  width: 100%;
}

.blog-item .img-style img {
  width: 100%;
}

.blog-item .tag {
  display: block;
  background-color: var(--Primary-8);
  padding: 6px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  max-width: max-content;
}

.blog-item .content {
  row-gap: 12px;
  column-gap: 12px;
}

.blog-item.style-default .tag {
  position: absolute;
  left: 12px;
  bottom: 8px;
}

.blog-item.style-default .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-default.v2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.blog-item.style-default.v2 .meta-post li:not(:first-child) {
  color: var(--Primary-8);
}

.blog-item.style-default.v2 .tag {
  background-color: var(--Secondary);
  color: var(--Primary-8);
}

.blog-item.style-1 .meta-post li a {
  margin-left: 0px;
  letter-spacing: -0.4px;
}

.blog-item.style-1 .date {
  letter-spacing: 1.2px;
}

.blog-item.style-2 {
  position: relative;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .blog-item.style-2 {
  flex-direction: column;
  background-color: var(--Bg-light-8);
  }
}

.blog-item.style-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}

@media (max-width: 575px) {
  .blog-item.style-2 .img-style {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

.blog-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60.2%;
  padding: 40px 38px 40px 40px;
  z-index: 2;
}

@media (max-width: 575px) {
  .blog-item.style-2 .content {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  }
}

@media (max-width: 768px) {
  .blog-item.style-2 .content {
  padding: 24px 15px;
  }
}

.blog-item.style-2 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.blog-item.style-2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-8);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

@media (max-width: 575px) {
  .blog-item.style-2 .btn-arrow {
  margin-top: 20px;
  position: unset;
  }
}

.blog-item.style-2 .tag {
  position: absolute;
  background-color: var(--Secondary);
  color: var(--Primary-8);
  top: 26px;
  left: 24px;
}

.blog-item.style-2:hover .btn-arrow {
  color: var(--White-8);
  background-color: var(--Primary-8) !important;
}

.blog-item.style-2.v-list {
  display: block;
}

.blog-item.style-2.v-list .img-style {
  width: 100%;
}

.blog-item.style-2.v-list .img-style img {
  width: 100%;
  object-fit: cover;
}

.blog-item.style-2.v-list .readmore {
  line-height: 26px;
  padding-bottom: 4px;
}

.blog-item.style-2.v-list .content {
  margin-top: -1px;
}

.blog-item.style-2.v-list .btn-arrow {
  background-color: var(--Bg-light-8);
}

@media (min-width: 992px) {
  .blog-item.style-2.v-list .btn-arrow {
  height: 72.65px;
  width: 72.65px;
  font-size: 36px;
  }
}

.blog-item.style-2.v-list .meta-post li:not(:first-child) {
  color: var(--Text-secondary-8);
}

.blog-item.style-3 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-3 .img-style {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: var(--Bg-dark-9);
}

.blog-item.style-3 .img-style img {
  opacity: 0.7;
}

.blog-item.style-3 .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog-item.style-3 .title {
  padding: 21px 20px;
  max-width: 547px;
}

.blog-item.style-3 .meta-post {
  padding: 12px;
  background-color: var(--Secondary);
  align-items: center;
}

.blog-item.style-3 .meta-post li {
  color: var(--Primary-8);
  letter-spacing: 1.2px;
}

.blog-item.style-3 .meta-post li::after {
  display: none;
}

.blog-item.style-3 .meta-post li a {
  margin-left: 0px;
  color: var(--Primary-8);
  padding: 4px 8px;
  background-color: var(--White-8);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.blog-item.style-4 .img-style {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.blog-item.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-4 .tag {
  padding: 0px;
  background-color: transparent;
  color: var(--Primary-8);
}

.blog-item.style-4 .content {
  display: grid;
  row-gap: 11px;
  column-gap: 11px;
}

.blog-item.style-4 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-8);
}

.blog-item.style-4.v2 .meta-post li {
  color: var(--Text-secondary-8);
}

.blog-item.style-4.v2 .meta-post li a {
  margin-left: 0px;
  color: var(--Text-secondary-8);
}

.blog-item.style-4.v2 .meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  margin-right: 15px;
}

.blog-item.style-4.v2 .meta-post li::after {
  content: "";
  position: relative;
  height: 2.25px;
  width: 2.25px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Text-primary-8);
}

.blog-item.style-4.v-list {
  display: flex;
}

@media (max-width: 575px) {
  .blog-item.style-4.v-list {
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.blog-item.style-4.v-list .content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .content {
  padding-left: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 28.6%;
  }
}

@media (min-width: 768px) {
  .blog-item.style-4.v-list .content {
  padding: 30px;
  }
}

.blog-item.style-4.v-list .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 576px) {
  .blog-item.style-4.v-list .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.07%;
  }
}

.blog-item.style-5 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.blog-item.style-5 .date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background-color: var(--White-8);
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-5 .date .month {
  padding: 4px 0px;
  display: block;
  background-color: var(--Primary-8);
}

.blog-item.style-5 .date .day {
  background-color: var(--White-8);
  padding: 4px;
  display: block;
}

.blog-item.style-5 .hover-underline-link {
  background-image: linear-gradient(90deg, rgb(246, 132, 98) 0px, rgb(246, 132, 98) 100%);
}

@media (max-width: 768px) {
  .blog-item.style-5 .title {
  margin-bottom: 8px;
  }
}

.blog-item.style-6 {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .blog-item.style-6 {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.blog-item.style-6 .img-style {
  max-width: 160px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .blog-item.style-6 .img-style {
  max-width: 130px;
  }
}

.blog-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item.style-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-bottom: 8px;
}

.blog-item.style-7 {
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--Line-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .blog-item.style-7 {
  padding: 24px 15px;
  }
}

.blog-item.style-7 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.blog-item.style-7 .meta-post li a {
  color: var(--Secondary);
  margin-left: 4px;
}

.blog-item.style-7:hover {
  background-color: var(--Bg-light-8);
}

.blog-item.style-8 .img-style {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog-item.style-8 .tag {
  padding: 6px 12px;
  left: 20px;
  bottom: 20px;
  color: var(--White-8);
}

.latest-post {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.latest-post .img-style {
  flex-shrink: 0;
}

.latest-post .title {
  text-transform: capitalize;
}

.latest-post .meta-post li a {
  margin-left: 1px;
}

.latest-post.v2 .meta-post li {
  color: var(--Text-secondary-8);
}

.post-detail {
  margin-bottom: 60px;
}

.post-detail .heading-title .tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--Primary-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  backdrop-filter: blur(4px);
}

.post-detail .heading-title .tag.v2 {
  background-color: var(--Bg-light-8);
  color: var(--Primary-8);
}

.post-detail .meta {
  display: flex;
}

.post-detail .meta li {
  padding-right: 40px;
  border-right: 1px solid var(--Line-8);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .post-detail .meta li {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.post-detail .passive li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.post-detail .tags-list a {
  padding: 7px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid var(--Line-8);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
}

.post-detail .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-8);
}

.post-detail .tags-list.style-2 a {
  color: var(--Text-secondary-8);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.post-detail .tags-list.style-2 a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-8);
}

.post-detail .tags-list.style-2.v2 a:hover {
  background-color: var(--Bg-light-8);
  border-color: var(--Bg-light-8);
  color: var(--Primary-8);
}

.post-detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.post-detail .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

.post-detail.v2 .meta li {
  border-right: 1px solid var(--Text-secondary-8);
}

.post-detail.v2 .quote {
  padding-right: 40px;
}

.tf-article-navigation {
  padding: 38px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  border-top: 1px solid var(--Line-8);
  border-bottom: 1px solid var(--Line-8);
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}

.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line-8);
}

.tf-article-navigation .item.next {
  text-align: end;
}

.reply-comment .reply-comment-item {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .reply-comment .reply-comment-item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.reply-comment .reply-comment-item .avatar {
  width: 60px;
  height: 60px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
}

.reply-comment .reply-comment-item .content {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--Line-8);
}

.reply-comment .reply-comment-item:not(:last-child) {
  margin-bottom: 22px;
}

.meta-post li {
  color: var(--Text-secondary-8);
}

.meta-post li a {
  color: var(--Text-primary-8);
  margin-left: 4px;
}

.meta-post li:not(:first-child) {
  color: var(--Secondary);
}

.meta-post li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  margin-right: 12px;
}

.meta-post li:not(:last-child)::after {
  content: "";
  position: relative;
  height: 12px;
  width: 1px;
  background-color: var(--Line-8);
}

.tf-sidebar .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.tf-sidebar .tf-social a {
  height: 40px;
  width: 40px;
}

.tf-sidebar .list-categories a {
  position: relative;
}

.tf-sidebar .list-categories a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-sidebar .list-categories li {
  padding: 2px 0px;
}

.tf-sidebar .list-categories li:hover a::after {
  width: 100%;
}

.tf-sidebar .sidebar-latest-post > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--Out-line-8);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.tf-sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 12px;
}

.tf-sidebar .tags-list a {
  padding: 6px 15px;
  border: 1px solid var(--Out-line-8);
  text-transform: uppercase;
  font-weight: 600;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  letter-spacing: 1.1px;
}

.tf-sidebar .tags-list a:hover {
  background-color: var(--Primary-8);
  border-color: var(--Primary-8);
}

.tf-sidebar .sidebar-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line-8);
  margin-bottom: 30px;
}

.tf-sidebar .banner {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner .content {
  z-index: 1;
  padding: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tf-sidebar .banner .content {
  padding: 24px 15px;
  }
}

.tf-sidebar .banner .sub {
  font-size: 16.5px;
  line-height: 27.8px;
}

.tf-sidebar .banner .number {
  font-weight: 500;
  font-size: 38.22px;
  line-height: 45.17px;
}

@media (max-width: 575px) {
  .tf-sidebar .banner .number {
  font-size: 32px;
  line-height: 40px;
  }
}

.tf-sidebar .banner .bg img {
  width: 100%;
  object-fit: cover;
  max-height: 548px;
}

.tf-sidebar .banner-v02 {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-sidebar .banner-v02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.tf-sidebar .banner-v02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-sidebar .banner-v02 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

.tf-sidebar .banner-v02 .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tf-sidebar .banner-v02 .sale .price {
  display: flex;
  align-items: center;
}

.blog-post .wrap-blog {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .blog-post .wrap-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .blog-post .row-blog .blog-item:nth-child(2) {
  width: 34%;
  }
}

@media (max-width: 768px) {
  .blog-post .row-blog {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post .tf-grid-layout {
  row-gap: 60px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .blog-post .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .blog-post.v2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .wrap-blog {
  margin-right: -18px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 1441px) {
  .blog-post-2 .wrap-blog {
  margin-right: -18px;
  }
}

@media (max-width: 991px) {
  .blog-post-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.blog-post-2 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .blog-post-2.v2 .wg-pagination {
  margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-2.v2 .tf-sidebar {
  max-width: 409.33px;
  margin-left: auto;
  }
}

.blog-post-2.v3 .tf-sidebar {
  max-width: unset !important;
}

.blog-post-2.v3 .wg-pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .blog-post-2.v3 .wg-pagination {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .blog-post-2.v2 .wrap-blog {
  margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .tf-sidebar {
  max-width: 401.33px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .blog-post-2 .wg-pagination {
  margin-top: 20px;
  }
}

.blog-post-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 29px;
}

@media (min-width: 992px) {
  .blog-post-3 .wg-pagination {
  margin-top: 62px;
  }
}

@media (min-width: 1441px) {
  .blog-post-detail .content-inner, .portfolio-detail-4 .content-inner {
  padding-left: 36px;
  padding-right: 34px;
  }
}

.blog-post-detail .passive ul, .portfolio-detail-4 .passive ul {
  padding-left: 30px;
}

.portfolio-detail-4 .quote {
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-detail-4 .tf-social a {
  color: var(--Primary-8);
  border-color: var(--Text-secondary-8);
}

.portfolio-detail-4 .tf-social a:hover {
  color: var(--Text-primary-8);
}

.portfolio-detail-4 .heading-title .tag {
  color: var(--Text-primary-8);
}

.portfolio-detail-4 .tags-list a {
  border-color: var(--Text-secondary-8);
  color: var(--Text-muted-8);
}

.portfolio-detail-4 .tags-list a:hover {
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
}

.portfolio-detail-4 .tf-article-navigation {
  border-color: var(--Text-secondary-8);
}

.portfolio-detail-4 .tf-article-navigation::after {
  background-color: var(--Text-secondary-8);
}

@media (min-width: 1200px) {
  .blog-post-detail-2 .content-inner {
  padding-right: 30px;
  }
}

.blog-post-detail-2 .form-newsletter .button-submit button {
  background-color: var(--Bg-light-8);
}

.blog-post-detail-2 .tags-list a:hover {
  background-color: var(--Bg-light-8);
  border-color: var(--Bg-light-8);
}

.leave-comment .heading-title p {
  letter-spacing: 0.5px;
}

.testimonial-item .avatar {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-1 {
  display: flex;
}

@media (min-width: 1025px) {
  .testimonial-item.style-1 {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 {
  flex-direction: column;
  }
}

.testimonial-item.style-1 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .testimonial-item.style-1 .desc {
  line-height: 44px;
  letter-spacing: 0.25px;
  }
}

.testimonial-item.style-1 .box-contnet {
  position: relative;
  width: 35%;
  padding: 40px;
  background-color: var(--Secondary);
}

@media (max-width: 1199px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 40px 30px 39px;
  }
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-contnet {
  order: 1;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-1 .box-contnet {
  padding: 30px 15px;
  }
}

.testimonial-item.style-1 .wrap-sw-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}

.testimonial-item.style-1 .box-img {
  width: 62.9%;
}

.testimonial-item.style-1 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-1 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-1 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 30px;
}

.testimonial-item.style-1 .tf-tes-main {
  height: 100%;
}

.testimonial-item.style-1 .category {
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-1 .box-img, .testimonial-item.style-1 .box-contnet {
  width: 100%;
  }
}

.testimonial-item.style-1.v2 {
  display: block;
}

.testimonial-item.style-1.v2 .desc {
  font-size: clamp(26px, 4vw, 44px);
  line-height: clamp(30px, 4.3vw, 68px);
}

.testimonial-item.style-1.v2 .box-contnet, .testimonial-item.style-1.v2 .box-img {
  width: 100%;
  height: 100%;
}

.testimonial-item.style-1.v2 .box-contnet {
  background-color: var(--White-8);
}

.testimonial-item.style-1.v2 .sw-button {
  background-color: var(--Bg-light-8);
  color: var(--Text-primary-8);
}

.testimonial-item.style-1.v2 .sw-button.swiper-button-disabled {
  border: 1px solid var(--Line-8);
  background: var(--White-8);
}

.testimonial-item.style-2 {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.style-2 .ratings li {
  font-size: 24px;
  color: var(--Primary-8);
}

.testimonial-item.style-3 .avatar img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.testimonial-item.style-3 .desc {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-3 .desc {
  line-height: 52px;
  }
}

.testimonial-item.style-4 {
  padding: 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-4 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-5 {
  background-color: var(--White-8);
  padding: 32px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-item.style-6 {
  padding: 40px 40px 36px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 575px) {
  .testimonial-item.style-6 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-6 {
  padding: 30px;
  }
}

.testimonial-item.style-6 .ratings {
  row-gap: 0px;
  column-gap: 0px;
}

.testimonial-item.style-6 .author {
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 24px;
}

.testimonial-item.style-6 .ratings li {
  font-size: 24px;
  color: var(--Primary-8);
}

.testimonial-item.style-7 {
  padding: 32px 32px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  height: 100%;
}

.testimonial-item.style-7:hover {
  background-color: var(--Secondary);
}

.testimonial-item.style-7:hover p {
  color: var(--Primary-8);
}

.testimonial-item.style-7.v2 {
  border: 1px solid var(--Line-8);
}

.testimonial-item.style-7.v2 p {
  color: var(--Text-primary-8);
}

.testimonial-item.style-7.v2:hover {
  border-color: var(--Secondary);
}

.testimonial-item.style-8 {
  display: flex;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-item.style-8 .ratings i {
  font-size: 23px;
  color: var(--Primary-8);
}

.testimonial-item.style-8 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8.3%;
}

.testimonial-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-8 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 28px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--White-8);
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-8 .content {
  padding: 28px 10px;
  }
}

.testimonial-item.style-9 {
  display: flex;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 {
  flex-direction: column;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-img {
  width: 43%;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-9 .box-contnet {
  width: 56.84%;
  }
}

.testimonial-item.style-9 .box-contnet {
  padding: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px 15px 60px;
  }
}

@media (max-width: 1440px) {
  .testimonial-item.style-9 .box-contnet {
  padding: 40px;
  }
}

.testimonial-item.style-9 .box-img {
  position: relative;
}

.testimonial-item.style-9 .box-img .img-style {
  height: 100%;
}

.testimonial-item.style-9 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .testimonial-item.style-9 .desc {
  font-size: 40px;
  line-height: 56px;
  }
}

.testimonial-item.style-9 .author {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-9 .author .avatar {
  height: 80px;
  width: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.testimonial-item.style-9 .trust img {
  height: 60px;
  width: 60px;
  border: 2px solid var(--White-8);
}

.testimonial-item.style-10 {
  position: relative;
  padding-top: 277px;
  padding-bottom: 95px;
}

@media (max-width: 1024px) {
  .testimonial-item.style-10 {
  padding-top: 60px;
  padding-bottom: 180px;
  }
}

.testimonial-item.style-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.testimonial-item.style-10 .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-item.style-10 .box-content {
  position: relative;
  padding: 40px;
  max-width: 516px;
  background-color: var(--Primary-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .testimonial-item.style-10 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .box-content {
  max-width: 100%;
  }
}

.testimonial-item.style-10 .text {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .testimonial-item.style-10 .text {
  margin-bottom: 24px;
  }
}

.testimonial-item.style-10 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-10 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-10 .meta {
  display: flex;
}

.testimonial-item.style-10 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-10 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-8);
  margin-right: 8px;
}

.testimonial-item.style-11 {
  padding: 24px;
  max-width: 516px;
  background-color: var(--White-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .testimonial-item.style-11 {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .testimonial-item.style-11 {
  max-width: 100%;
  }
}

.testimonial-item.style-11 .author {
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.testimonial-item.style-11 .author .avatar {
  flex-shrink: 0;
}

.testimonial-item.style-11 .meta {
  display: flex;
  align-items: center;
}

.testimonial-item.style-11 .meta span {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.testimonial-item.style-11 .meta span::after {
  position: relative;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--Line-8);
  margin-right: 8px;
}

.testimonial-item.style-11.has-img {
  padding: 0px;
  position: relative;
}

.testimonial-item.style-11.has-img .img-style img {
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}

.testimonial-item.style-11.has-img .author {
  position: absolute;
  padding: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.testimonial-item.style-11.has-img .name {
  color: var(--White-8);
}

.testimonial-item.style-11.has-img .meta span {
  color: var(--White-8);
}

.testimonial-item.style-11.has-img .ratings i {
  color: var(--White-8);
}

.testimonial-item.style-11.v2 {
  background-color: var(--Text-primary-8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v2 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v2 .ratings i {
  color: var(--Primary-8);
}

.testimonial-item.style-11.v2 .meta span::after {
  background-color: var(--Text-muted-8);
}

.testimonial-item.style-11.v3 {
  background-color: var(--Bg-light-8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (min-width: 992px) {
  .testimonial-item.style-11.v3 {
  min-height: 360px;
  }
}

.testimonial-item.style-11.v3 .ratings i {
  color: var(--Secondary);
}

.testimonial-item.style-12 {
  padding: 28px 31px 33px;
  background-color: var(--White-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
  height: 100%;
}

.testimonial-item.style-12 .icon {
  font-size: 35px;
  color: var(--Text-primary-8);
}

.testimonial-item.style-12 .author {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.testimonial-item.style-12 .author .avatar {
  height: 60px;
  width: 60px;
}

.testimonial-item.style-12 .ratings i {
  color: var(--Primary-8);
  font-size: 24px;
}

.testimonial-item.style-12.v2 {
  padding: 20px;
}

.testimonial-item.style-12.v2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.testimonial-item.style-12.v2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-12.v2 .img-style::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(217, 217, 217, 0) 11.71%, rgb(48, 79, 190) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 222px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-item.style-12.v2 .author {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px;
}

.testimonial-item.style-13 {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 575px) {
  .testimonial-item.style-13 {
  flex-direction: column;
  }
}

.testimonial-item.style-13 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36.1%;
}

.testimonial-item.style-13 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item.style-13 .desc {
  font-size: 24px;
  line-height: 30px;
}

.testimonial-item.style-13 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  padding: 40px;
  background-color: var(--Bg-light-8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 768px) {
  .testimonial-item.style-13 .content {
  padding: 30px 15px;
  }
}

.testimonial-item.style-14 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding: 32px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .testimonial-item.style-14 {
  padding: 24px 15px;
  }
}

.testimonial-item.style-14 .avatar {
  height: 48px;
  width: 48px;
}

.testimonial-item.style-15 {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
}

.testimonial-item.style-15 .icon {
  font-size: 48px;
  color: var(--Primary-8);
}

@media (min-width: 992px) {
  .testimonial-item.style-15 p {
  line-height: 36px;
  }
}

@media (min-width: 992px) {
  .testimonial-item.style-15.v2 p {
  line-height: 40px;
  }
}

.section-testimonial-2.v2 .testimonial-item .box-contnet {
  background-color: var(--Text-primary-8);
}

.section-testimonial-2.v2 .testimonial-item .sw-button.swiper-button-disabled {
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid var(--Text-secondary-8);
  color: var(--Text-muted-8);
  opacity: 1;
}

.section-testimonial-2 .wrap-banner-slide {
  background-color: var(--Primary-8);
  padding: 40px;
}

.section-testimonial-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-testimonial-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-8);
  font-size: 32px;
}

.section-testimonial-3 {
  position: relative;
  background-color: var(--Secondary);
}

.section-testimonial-3 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1199px) {
  .section-testimonial-3 .sw-button {
  display: none;
  }
}

.section-testimonial-3 .nav-prev-layout {
  left: 0px;
}

.section-testimonial-3 .nav-next-layout {
  right: 0px;
}

.section-testimonial-4 {
  position: relative;
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-testimonial-4 .testimonial-item {
  margin: 0px -2px;
  }
}

.section-testimonial-4 .sw-dots {
  margin-top: 24px;
}

.section-testimonial-4 .item-1 {
  top: 6%;
  right: 35px;
}

.section-testimonial-4 .item-2 {
  top: 17%;
  right: 10%;
}

.section-testimonial-4 .item-3 {
  top: 33%;
  right: 2.5%;
}

.section-testimonial-4 .item-4 {
  bottom: 27px;
  right: 51px;
}

.section-testimonial-4 .leaf {
  top: -55px;
  left: 0px;
  z-index: -1;
}

.section-testimonial-5 .heading-section {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .section-testimonial-5 .heading-section {
  padding-left: 40px;
  max-width: 629px;
  }
}

.section-testimonial-5 .wrap {
  padding: 0px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-testimonial-5 .wrap {
  padding: 0px 15px;
  }
}

.section-testimonial-5 .wrap-testimonial {
  position: relative;
  z-index: 4;
}

@media (min-width: 1200px) {
  .section-testimonial-5 .wrap-testimonial {
  padding-left: 25px;
  }
}

.section-testimonial-5 .wrap-testimonial::after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(358deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  bottom: 0px;
  pointer-events: none;
}

.section-testimonial-5 .wrap-testimonial::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(185deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 50%, rgb(16, 16, 16) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transform: rotate(180deg);
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.section-testimonial-5 .infiniteslide {
  height: 932px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-5 .item {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 52.2%;
}

@media (max-width: 991px) {
  .section-testimonial-5 .item {
  opacity: 0.7;
  }
}

.section-testimonial-6 .wrap-testimonials {
  mask-image: linear-gradient(transparent 0%, white 18%, white 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-6 .infiniteslide {
  height: 872px;
  row-gap: 20px;
  column-gap: 20px;
}

.section-testimonial-7 {
  background-image: url("../../assets/images/shape/shape-saas.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-left: 24px;
  padding-right: 24px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-testimonial-7 {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-testimonial-8 {
  background-color: var(--Primary-8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.section-testimonial-8 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1550px) {
  .section-testimonial-8 .sw-button {
  display: none;
  }
}

.section-testimonial-8 .sw-button.nav-next-layout {
  right: -100px;
}

.section-testimonial-8 .sw-button.nav-prev-layout {
  left: -100px;
}

@media (min-width: 1551px) {
  .section-testimonial-8 .sw-dots {
  display: none !important;
  }
}

.section-testimonial-9 {
  background-color: var(--Bg-light-8);
  position: relative;
  z-index: 2;
}

.section-testimonial-9 .item {
  left: 52px;
  bottom: 0px;
  z-index: -1;
}

.section-testimonial-9 .item-2 {
  top: 51px;
  z-index: -1;
}

.section-testimonial-9 .heading-section a {
  padding: 8px 0px;
}

.section-testimonial-9.v2 .item {
  left: unset;
  right: 52px;
}

.section-testimonial-10 .swiper {
  height: 100%;
}

.section-testimonial-10 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 4;
}

.section-testimonial-11 .wrap-nav {
  position: absolute;
  bottom: 75px;
  right: 75px;
  max-width: 885px;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-nav {
  right: unset;
  left: 15px;
  bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .section-testimonial-11 .wrap-nav {
  right: 15px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-11 .wrap-nav {
  left: 15px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide {
  width: auto !important;
}

.section-testimonial-11 .wrap-nav .thumbs-pagi {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  width: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-testimonial-11 .wrap-nav .thumbs-pagi {
  height: 54px;
  width: 54px;
  }
}

.section-testimonial-11 .wrap-nav .slide-inner {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  width: 58px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .slide-inner .thumbs-pagi {
  flex-shrink: 0;
}

.section-testimonial-11 .wrap-nav .slide-inner .content {
  background-color: var(--Bg-light-8);
  width: 100%;
  padding: 6px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 216px;
}

@media (max-width: 435px) {
  .section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner {
  width: 136px;
  }
}

.section-testimonial-11 .wrap-nav .swiper-slide-thumb-active .slide-inner .content {
  opacity: 1;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-testimonial-11 .wrap-progress-bars {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  z-index: 5;
}

@media (max-width: 1024px) {
  .section-testimonial-11 .wrap-progress-bars {
  bottom: 144px;
  }
}

.section-testimonial-11 .progress-bars {
  display: flex;
  row-gap: 6px;
  column-gap: 6px;
  max-width: 516px;
  width: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-11 .progress-bars {
  max-width: 100%;
  }
}

.section-testimonial-11 .progress-bar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  height: 3px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-testimonial-11 .progress-bar.viewed {
  background: var(--White-8);
}

.section-testimonial-11 .progress-bar.active .progress-fill {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fillProgress;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-testimonial-11 .progress-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: var(--White-8);
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.section-testimonial-12 {
  margin-left: 40px;
  margin-right: 40px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-testimonial-12 {
  margin-left: 15px;
  margin-right: 15px;
  }
}

.section-testimonial-12 .review-item {
  padding: 16px 14px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-8);
}

.section-testimonial-13 {
  background-color: var(--Bg-light-8);
}

@media (min-width: 992px) {
  .section-testimonial-14 .swiper {
  overflow-x: unset;
  overflow-y: unset;
  }
}

.section-testimonial-15 .wrap {
  display: flex;
  row-gap: 26px;
  column-gap: 26px;
}

@media (max-width: 991px) {
  .section-testimonial-15 .wrap {
  flex-direction: column;
  row-gap: 40px;
  }
}

.section-testimonial-15 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-15 .left {
  width: 30.75%;
  }
}

@media (min-width: 992px) {
  .section-testimonial-15 .right {
  width: 67%;
  }
}

.section-testimonial-16 .swiper {
  height: 100%;
}

@media (min-width: 992px) {
  .section-testimonial-16 .swiper {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.section-testimonial-16 .wrap-sw-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-16 .wrap-sw-button {
  z-index: 4;
  bottom: 0px;
  }
}

.section-testimonial-16 .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}

@media (min-width: 992px) {
  .section-testimonial-16 .box-content {
  max-width: 420px;
  }
}

@media (max-width: 991px) {
  .section-testimonial-16 .box-content {
  padding-top: 0px;
  }
}

.section-testimonial-16 .banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-testimonial-16 .banner {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  }
}

.section-testimonial-16 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 546px;
}

@media (max-width: 991px) {
  .section-testimonial-16 .testimonial-item {
  padding-bottom: 0px;
  }
}

.section-testimonial-17 .row {
  row-gap: 40px;
}

@media (max-width: 991px) {
  .section-testimonial-17 .heading-section, .section-testimonial-17 .wrap-review {
  margin-bottom: 24px;
  }
}

.section-testimonial-17 .swiper {
  background-color: var(--Bg-light-8);
  padding: 48px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-testimonial-17 .swiper {
  padding: 30px 15px;
  }
}

.section-testimonial-17 .testimonial-item {
  padding: 0px;
}

@media (min-width: 1200px) {
  .section-testimonial-17 .box-left {
  max-width: 600px;
  }
}

.section-testimonial-17 .wrap-sw-button {
  position: absolute;
  right: 48px;
  bottom: 40px;
  z-index: 4;
}

@media (max-width: 991px) {
  .section-testimonial-17 .wrap-sw-button {
  z-index: 4;
  bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-testimonial-17 .wrap-sw-button {
  right: 15px;
  bottom: 30px;
  }
}

.accordion-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}

.accordion-item .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}

.accordion-item .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item .accordion-title {
  width: 100%;
}

.accordion-item .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item .accordion-faqs-content {
  padding-top: 12px;
}

.accordion-item.style-1 {
  padding: 24px 24px 23px;
  border-bottom: 1px solid var(--Line-8);
}

@media (max-width: 575px) {
  .accordion-item.style-1 {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.accordion-item.style-1 .accordion-title {
  width: 100%;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::after {
  opacity: 0;
}

.accordion-item.style-1 .accordion-title:not(.collapsed) .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.style-1 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item.style-1.v2 {
  padding: 0px 0px 24px;
}

.accordion-item.style-1.v2 .icon::after {
  background-color: var(--Primary-8);
}

.accordion-item.style-1.v2 .icon::before {
  background-color: var(--Primary-8);
}

.accordion-item.style-2 {
  padding: 24px 22px 24px 28px;
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .accordion-item.style-2 {
  padding: 24px 15px;
  }
}

.accordion-item.style-2.active {
  background-color: var(--Primary-8);
}

.accordion-item.style-3 {
  padding: 24px 21px 22px 28px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item.style-3 .icon::after, .accordion-item.style-3 .icon::before {
  background-color: var(--Primary-8);
}

.accordion-item.style-3 .accordion-faqs-content {
  padding-top: 11px;
}

.accordion-item.style-3.active {
  border-color: var(--Primary-8);
}

.accordion-item.style-3.v2 {
  border-color: var(--Line-8);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item.style-3.v2 .icon::after, .accordion-item.style-3.v2 .icon::before {
  background-color: var(--Text-primary-8);
}

.accordion-item.style-3.v2 .accordion-faqs-content p {
  padding-top: 12px;
  border-top: 1px solid var(--Line-8);
}

.accordion-item.style-3.v2.active {
  border-color: var(--Text-primary-8);
}

.accordion-item.style-4 {
  padding: 24px 28px;
  background-color: var(--White-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion-item.style-5 {
  padding: 23px 28px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-color: rgba(255, 255, 255, 0.05);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (max-width: 768px) {
  .accordion-item.style-5 {
  padding: 23px 15px;
  }
}

.accordion-item.style-5 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-5 .icon::after {
  background-color: var(--White-8);
}

.accordion-item.style-5 .icon::before {
  background-color: var(--White-8);
}

.accordion-item.style-6 {
  background-color: var(--Bg-dark-9);
  padding: 28px 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 768px) {
  .accordion-item.style-6 {
  padding: 28px 15px;
  }
}

.accordion-item.style-6 .accordion-faqs-content {
  padding-top: 20px;
}

.accordion-item.style-6 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.accordion-item.style-6 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
}

.accordion-item.style-6 i {
  color: var(--White-8);
  font-size: 40px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 991px) {
  .accordion-item.style-6 i {
  font-size: 24px;
  }
}

.accordion-item.style-6 .accordion-title {
  width: 100%;
}

.accordion-item.style-6 .accordion-title:not(.collapsed) i {
  transform: rotate(-180deg);
}

.accordion-item.style-7 {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--Text-secondary-8);
  position: relative;
}

.accordion-item.style-7::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .accordion-item.style-7 .title {
  padding-left: 12px;
  }
}

.accordion-item.style-7 .icon {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
}

.accordion-item.style-7 .icon::after, .accordion-item.style-7 .icon::before {
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-7.active::after {
  width: 100%;
}

.accordion-item.style-8 {
  padding: 20px 0px;
}

.accordion-item.style-8 .icon-2 {
  font-size: 32px;
  color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.accordion-item.style-8 .accordion-title:not(.collapsed) .icon-2 {
  transform: rotate(180deg);
}

.accordion-item.style-border {
  padding: 23px 28px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .accordion-item.style-border {
  padding: 23px 15px;
  }
}

.tf-slider-1 {
  position: relative;
}

.tf-slider-1 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1600px) {
  .tf-slider-1 .sw-button {
  display: none;
  }
}

.tf-slider-1 .sw-button.nav-prev-layout {
  left: 40px;
  right: 40px;
}

.tf-slider-1 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-1 .sw-dots {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .tf-slider-1 .sw-dots {
  display: none;
  }
}

.tf-slider-2 {
  background-image: linear-gradient(86.69deg, rgb(229, 242, 227) 2.25%, rgba(223, 230, 222, 0.5) 98.6%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-slider-2 .swiper {
  padding-top: 308px;
  padding-bottom: 180px;
}

@media (max-width: 1199px) {
  .tf-slider-2 .swiper {
  padding-top: 250px;
  padding-bottom: 140px;
  }
}

@media (max-width: 991px) {
  .tf-slider-2 .swiper {
  padding-top: 190px;
  padding-bottom: 0px;
  }
}

.tf-slider-2 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-button {
  display: none;
  }
}

.tf-slider-2 .sw-button i {
  font-size: 28px;
}

.tf-slider-2 .sw-button.nav-next-layout {
  right: 40px;
}

.tf-slider-2 .sw-button.nav-prev-layout {
  left: 40px;
}

.tf-slider-2 .sw-dots {
  position: absolute;
  bottom: 20px;
  z-index: 6;
}

.tf-slider-2 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-2 .sw-dots {
  display: block;
  }
}

.tf-slider-3 .wrap-sw-button {
  position: absolute;
  top: 51.2%;
  transform: translateY(-50%);
  left: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.tf-slider-3 .wrap-marquee {
  padding: 22px 0px;
  border-bottom: 1px solid var(--Line-8);
}

.tf-slider-3 .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.tf-slider-3 .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.tf-slider-3 .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-8);
}

.tf-slider-3 .sw-dots {
  display: none;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-dots {
  display: block;
  }
}

@media (max-width: 1610px) {
  .tf-slider-3 .sw-button {
  display: none;
  }
}

.tf-slider-4 {
  position: relative;
}

.tf-slider-4 .slide-number {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--White-8);
  color: var(--Text-primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
  cursor: pointer;
  font-size: 56px;
  line-height: 68px;
}

@media (max-width: 1199px) {
  .tf-slider-4 .slide-number {
  height: 60px;
  width: 60px;
  font-size: 42px;
  line-height: 50px;
  }
}

@media (max-width: 991px) {
  .tf-slider-4 .slide-number {
  top: 60%;
  }
}

@media (max-width: 575px) {
  .tf-slider-4 .slide-number {
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 26px;
  top: 62%;
  }
}

.tf-slider-4 .slide-number:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.tf-slider-4 .slide-number.right-num {
  right: 0px;
}

.tf-slider-5 .wrap-partner .title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .tf-slider-5 .wrap-partner .title {
  margin-bottom: 40px;
  }
}

.tf-slider-5 .wrap-partner .marquee-item img {
  max-height: 38px;
}

.tf-slider-5 .sw-dots {
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  bottom: 30px;
}

.tf-slider-6 {
  position: relative;
}

.tf-slider-6 .sw-dots {
  left: unset;
  bottom: unset;
  right: 60px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
}

@media (max-width: 991px) {
  .tf-slider-6 .sw-dots {
  right: 15px;
  }
}

.tf-slider-6 .sw-dots .swiper-pagination-bullet {
  opacity: 1;
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  }
}

@media (min-width: 992px) {
  .tf-slider-6 .sw-dots .swiper-pagination-bullet::after {
  height: 12px;
  width: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  }
}

.tf-slider-7 {
  position: relative;
}

.tf-slider-7 .swiper {
  height: 100%;
  width: 100%;
}

.tf-slider-7 .tp-showcase-slider-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.tf-slider-7 .tp-showcase-slider-bg::after {
  content: "";
  position: absolute;
  background-color: rgba(10, 10, 10, 0.3);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tf-slider-7 .swiper-slide {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.tf-slider-7 .wrap-nav {
  position: absolute;
  width: 272px;
  right: 40px;
  bottom: 40px;
}

.tf-slider-7 .wrap-nav .swiper-slide {
  width: auto !important;
}

.tf-slider-7 .wrap-nav .swiper-slide:not(.swiper-slide-thumb-active) .thumbs-pagi {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  width: 60px;
  height: 60px;
}

.tf-slider-7 .thumbs-pagi {
  cursor: pointer;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  width: 120px;
  border: 2px solid var(--Primary-8);
}

.tf-slider-7 .thumbs-pagi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-slider-8 .sw-dots {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: unset;
}

.hero-banner-1 {
  position: relative;
}

.hero-banner-1 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 772px;
}

@media (max-width: 1199px) {
  .hero-banner-1 .thumbs img {
  min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-banner-1 .thumbs img {
  min-height: 550px;
  }
}

.hero-banner-1 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (min-width: 1441px) {
  .hero-banner-1 .content {
  padding-top: 228px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-1 .content {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

.hero-banner-1 .btn_link {
  aspect-ratio: 1 / 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  max-height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px 13px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-banner-1 .btn_link {
  max-width: 120px;
  }
}

.hero-banner-1 .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-1 .title {
  margin-bottom: 20px;
  }
}

.hero-banner-1 .box-text {
  max-width: 704px;
}

.hero-banner-1 .wrap-content {
  display: inline-flex;
  align-items: center;
  row-gap: 94px;
  column-gap: 94px;
}

@media (max-width: 768px) {
  .hero-banner-1 .wrap-content {
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  }
}

.hero-banner-2 {
  background-color: var(--Text-primary-8);
  position: relative;
}

.hero-banner-2 .thumbs img {
  width: 100%;
  opacity: 0.3;
  min-height: 500px;
  object-fit: cover;
}

.hero-banner-2 .hero-text {
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .hero-banner-2 .hero-text {
  margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .hero-banner-2 .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-2 .title {
  letter-spacing: 2.6px;
  }
}

.hero-banner-2 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}

.hero-banner-2 .shape {
  position: absolute;
  right: 44px;
  top: -21px;
}

.hero-banner-3 {
  position: relative;
}

.hero-banner-3 .thumbs-video {
  max-height: 840px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-banner-3 .thumbs-video {
  min-height: 700px;
  }
}

.hero-banner-3 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .hero-banner-3 .content .title {
  letter-spacing: 0.6px;
  }
}

.hero-banner-3 .support {
  margin-top: 40px;
  padding: 24px 15px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(12px);
  width: 100%;
}

.hero-banner-3 .support ul {
  max-width: 1047px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
}

@media (min-width: 1200px) {
  .hero-banner-3 .support li:first-child {
  letter-spacing: 0.5px;
  }
}

.hero-banner-3 .support i {
  color: var(--Primary-8);
  font-size: 24px;
}

.hero-banner-3 .support .wrap {
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .hero-banner-3 .support .wrap {
  flex-direction: column;
  }
}

.hero-banner-3 .support .wrap .title {
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-banner-3 .right {
  padding-left: 26px;
  }
}

.hero-banner-4 {
  height: 100%;
}

.hero-banner-4 .thumbs {
  position: absolute;
  left: 52%;
  bottom: -180px;
  width: 40%;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  }
}

.hero-banner-4 .thumbs img {
  border-top-left-radius: 320px;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs img {
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  object-fit: cover;
  max-height: 525px;
  }
}

.hero-banner-4 .thumbs-2 {
  position: absolute;
  left: 51%;
  bottom: -91px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-2 {
  width: unset;
  position: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-2 img {
  width: 100%;
  object-fit: cover;
  }
}

.hero-banner-4 .thumbs-3 {
  position: absolute;
  bottom: -187px;
  left: 47%;
  width: 45%;
  display: flex;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 {
  position: unset;
  width: unset;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -278px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -193px;
  }
}

@media (max-width: 575px) {
  .hero-banner-4 .thumbs-3 .person-1 {
  margin-right: -129px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .thumbs-3 img {
  width: 70%;
  }
}

@media (max-width: 991px) {
  .hero-banner-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.hero-banner-4 .contact .icon {
  background-color: var(--White-8);
  height: 56px;
  width: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--Primary-8);
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1441px) {
  .hero-banner-4 .content {
  padding-left: 50px;
  }
}

.hero-banner-5 .content {
  padding-top: 233px;
  padding-bottom: 321px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .hero-banner-5 .content {
  padding-top: 190px;
  padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-banner-5 .content {
  padding-top: 120px;
  padding-bottom: 120px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-5 .content {
  padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .hero-banner-5 .content {
  padding-top: 60px;
  padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero-banner-5 .content p {
  max-width: 606px;
  }
}

@media (min-width: 768px) {
  .hero-banner-5 .thumbs {
  position: absolute;
  left: 47.1%;
  top: -7px;
  }
}

.hero-banner-5 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-5 .atropos-inner {
  position: relative;
}

.hero-banner-5 .item {
  position: absolute;
  top: 30px;
  left: 73px;
  transform: rotate(-19.09deg);
}

@media (max-width: 768px) {
  .hero-banner-5 .title {
  margin-top: 16px;
  }
}

.hero-banner-5 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .hero-banner-5 .tf-btn {
  margin-top: 28px;
  }
}

.hero-banner-6 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-6 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--Bg-dark-9);
}

.hero-banner-6 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-6 .thumbs-video {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(0, 0, 0, 0.6) 86.31%, rgba(0, 0, 0, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.hero-banner-6 .thumbs-video .video-inner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-banner-6 .content {
  position: relative;
  z-index: 2;
  padding-top: 221.29px;
  padding-bottom: 110.71px;
}

@media (max-width: 768px) {
  .hero-banner-6 .content {
  padding-top: 170px;
  padding-bottom: 60px;
  }
}

.hero-banner-6 .title {
  font-size: clamp(52px, 9vw, 120px);
  line-height: clamp(60px, 9.4vw, 120px);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero-banner-6 .title {
  margin-bottom: 18px;
  }
}

.hero-banner-6 .form-newsletter {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  max-width: 745px;
}

.hero-banner-6 .item {
  width: 47.3%;
  bottom: 2px;
  right: -2px;
}

.hero-banner-7 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .hero-banner-7 {
  padding-top: 60px;
  }
}

.hero-banner-7 .thumbs {
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .hero-banner-7 .thumbs {
  margin-top: 40px;
  }
}

@media (min-width: 1441px) {
  .hero-banner-7 .content {
  margin-left: -5px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .row {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-7 .content p, .hero-banner-7 .content .form-newsletter {
  margin-bottom: 24px;
  }
}

.hero-banner-8 {
  position: relative;
}

.hero-banner-8 .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-8 .thumbs img {
  width: 100%;
  object-fit: cover;
  min-height: 880px;
}

@media (max-width: 991px) {
  .hero-banner-8 .thumbs img {
  min-height: 600px;
  }
}

.hero-banner-8 .content {
  margin-top: 301px;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 991px) {
  .hero-banner-8 .content {
  margin-top: 227px;
  }
}

@media (max-width: 768px) {
  .hero-banner-8 .content {
  margin-top: 200px;
  }
}

.hero-banner-8 .item-1 {
  top: 177px;
  right: 85.3%;
  width: 11%;
}

.hero-banner-8 .item-2 {
  top: 34.9%;
  right: 69.9%;
  width: 11%;
}

.hero-banner-8 .item-3 {
  right: 70.8%;
  bottom: 39px;
  width: 25%;
}

.hero-banner-8 .item-4 {
  top: 29.1%;
  left: 70.3%;
  width: 11.4%;
}

.hero-banner-8 .item-5 {
  top: 185px;
  left: 85.3%;
  width: 10.5%;
}

.hero-banner-8 .item-6 {
  bottom: 30px;
  left: 70.4%;
  width: 26%;
}

.hero-banner-9 .wrap-content {
  background-color: var(--Primary-8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-9 .thumbs {
  height: 100%;
}

.hero-banner-9 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-9 .box {
  padding: 60px 60px 60px 120px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .hero-banner-9 .box {
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .hero-banner-9 .box {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-9 .box {
  padding-left: 60px;
  }
}

.hero-banner-9 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hero-banner-9 .tf-btn {
  margin-top: 40px;
}

.hero-banner-10 {
  position: relative;
}

.hero-banner-10 .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-banner-10 .thumbs img {
  min-height: 550px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-10 .thumbs img {
  min-height: 700px;
  }
}

.hero-banner-10 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-banner-10 .content {
  padding-top: 90px;
  }
}

.hero-banner-10::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: var(--Text-primary-8);
  opacity: 0.3;
}

.hero-banner-11 {
  position: relative;
  height: 100%;
}

.hero-banner-11 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-11 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-11 .content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  padding: 323px 0px 201px;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .hero-banner-11 .content {
  margin-left: 60px;
  margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .hero-banner-11 .content {
  padding: 221px 0px 80px;
  }
}

@media (max-width: 575px) {
  .hero-banner-11 .content {
  margin-left: 20px;
  margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-banner-11 .content {
  padding: 195px 0px 60px;
  }
}

@media (max-width: 1440px) {
  .hero-banner-11 br {
  display: none;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .hero-banner-12 .heading {
  margin-bottom: 30px;
  }
}

.hero-banner-12 .thumb {
  background-color: var(--Text-primary-8);
}

.hero-banner-12 .thumb img {
  opacity: 0.6;
  width: 100%;
  object-fit: cover;
  min-height: 720px;
}

.hero-banner-12 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}

.hero-banner-12 .content {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 680px;
  padding: 48px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
}

@media (max-width: 991px) {
  .hero-banner-12 .content {
  max-width: 100%;
  padding: 30px 24px;
  }
}

.hero-banner-12 .box-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px;
  max-width: 396px;
  background-color: var(--White-8);
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hero-banner-12 .box-item {
  max-width: 100%;
  }
}

.hero-banner-12 .box-item .img-style {
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-banner-12 .box-item .btn-arrow {
  width: 52px;
  height: 52px;
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
  font-size: 28px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.hero-banner-12 .box-item .btn-arrow:hover {
  background-color: var(--Text-primary-8);
  color: var(--White-8);
}

.hero-banner-13 {
  padding-top: 122px;
  padding-bottom: 101px;
}

@media (max-width: 991px) {
  .hero-banner-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-banner-13 {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .hero-banner-13 .form-book-landscaping {
  max-width: 440px;
  margin-left: auto;
  }
}

.hero-banner-13 .trust img {
  height: 40px;
  width: 40px;
  border: 2px solid var(--White-8);
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .hero-banner-13 .box-left .content {
  margin-bottom: 12px;
  }
}

.hero-banner-13 .ratings i {
  color: var(--Primary-8);
}

.hero-banner-13 .box-item {
  background-color: var(--White-8);
  padding: 13px 16px 17px;
  border-top: 4px solid var(--Primary-8);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  max-width: 240px;
}

.hero-banner-13 .box-item .icon {
  height: 52px;
  width: 52px;
  color: var(--White-8);
  font-size: 32px;
  background-color: var(--Primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hero-banner-14 {
  position: relative;
  background-color: var(--Text-primary-8);
}

.hero-banner-14 .thumbs {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute !important;
}

.hero-banner-14 .thumbs::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(10, 10, 10, 0) 0%, rgb(10, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100px;
  z-index: 1;
}

.hero-banner-14 .thumbs img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover !important;
}

.hero-banner-14 .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .hero-banner-14 .title {
  max-width: 580px;
  }
}

.hero-banner-14 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-top: 317px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .hero-banner-14 .content-inner {
  padding-top: 232px;
  padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hero-banner-14 .content-inner {
  padding-top: 200px;
  padding-bottom: 80px;
  }
}

.hero-banner-15 {
  background-color: var(--Bg-light-8);
}

@media (min-width: 992px) {
  .hero-banner-15 {
  display: flex;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-left {
  width: 54.8%;
  display: flex;
  align-items: center;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .box-right {
  width: 50.39%;
  }
}

@media (min-width: 992px) {
  .hero-banner-15 .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-banner-15 .thumb {
  width: 100%;
  height: 100%;
}

.hero-banner-15 .thumb img {
  min-height: 490px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-banner-15 .wrap-infiniteslide {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .hero-banner-15 .wrap-infiniteslide {
  margin-top: 120px;
  }
}

.hero-banner-15 .infiniteslide {
  row-gap: 110.6px;
  column-gap: 110.6px;
}

@media (max-width: 991px) {
  .hero-banner-15 .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.hero-banner-15 .infiniteslide .marquee-item {
  height: 38px;
}

.hero-banner-15 .box-right {
  position: relative;
}

.hero-banner-15 .wrap-content {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-15 .wrap-content {
  row-gap: 18px;
  column-gap: 18px;
  }
}

.hero-banner-15 .content {
  padding: 40px 15px;
}

.hero-banner-15 .box-1 {
  background-color: var(--Bg-light-8);
  display: flex;
  max-width: 377px;
  padding: 10px 20px;
  row-gap: 10px;
  column-gap: 10px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  align-items: center;
  top: 50px;
  left: 30px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-1 {
  left: 15px;
  max-width: 339px;
  }
}

.hero-banner-15 .box-1 .avatar {
  width: 48px;
  height: 48px;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.hero-banner-15 .box-2 {
  bottom: 60px;
  left: 30px;
}

.hero-banner-15 .box-2 p {
  padding: 10px 20px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: var(--Bg-light-8);
  max-width: max-content;
}

.hero-banner-15 .box-3 {
  bottom: 68px;
  right: 41px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--Bg-light-8);
  max-width: 259px;
}

@media (max-width: 575px) {
  .hero-banner-15 .box-3 {
  right: 15px;
  }
}

.hero-banner-16 {
  position: relative;
}

.hero-banner-16 .thumbs {
  position: absolute;
  background: var(--Secondary);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner-16 .thumbs img {
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
}

.hero-banner-16 .content-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding-top: 265px;
  padding-bottom: 222px;
}

@media (max-width: 1199px) {
  .hero-banner-16 .content-inner {
  padding-top: 190px;
  padding-bottom: 106px;
  }
}

@media (max-width: 991px) {
  .hero-banner-16 .content-inner {
  padding-top: 170px;
  padding-bottom: 80px;
  }
}

.hero-banner-16 .title {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-banner-16 .title {
  margin-bottom: 24px;
  }
}

.hero-banner-17 {
  padding-top: 80px;
}

.hero-banner-17 .play-button img {
  max-width: 80px;
}

.hero-banner-17 .img-style > img {
  object-fit: cover;
  min-height: 400px;
}

.hero-banner-17 .title {
  font-weight: 600;
  color: var(--Text-primary-8);
}

@media (min-width: 1200px) {
  .hero-banner-17 .title {
  font-size: 110px;
  line-height: 120px;
  }
}

@media (min-width: 992px) {
  .hero-banner-17 .title {
  max-width: 1374px;
  }
}

.hero-banner-17 .content {
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner-17 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.hero-banner-18 {
  position: relative;
}

.hero-banner-18 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hero-banner-18 .content {
  padding-right: 30px;
  margin-bottom: 24px;
  }
}

.hero-banner-18 .thumb img {
  width: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-banner-19 {
  position: relative;
  height: 100%;
}

.hero-banner-19 .content-inner {
  padding-top: 298px;
  padding-bottom: 210px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-banner-19 .content-inner {
  padding-top: 220px;
  padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .hero-banner-19 .content-inner {
  padding-top: 180px;
  padding-bottom: 140px;
  }
}

.hero-banner-20 {
  position: relative;
}

.hero-banner-20 .thumb {
  background-color: var(--Text-primary-8);
}

.hero-banner-20 .thumb img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 665px;
}

@media (max-width: 991px) {
  .hero-banner-20 .thumb img {
  min-height: 530px;
  }
}

.hero-banner-20 .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
}

@media (min-width: 1500px) {
  .hero-banner-20 .content-inner .content {
  max-width: 842px;
  }
}

.page-layout-v01 {
  background-color: var(--Secondary);
  position: relative;
}

.page-layout-v01 .content {
  padding-top: 264px;
  padding-bottom: 236px;
}

@media (max-width: 1199px) {
  .page-layout-v01 .content {
  padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .page-layout-v01 .content {
  padding-top: 190px;
  padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-layout-v01 .content {
  padding-top: 176px;
  padding-bottom: 24px;
  }
}

.page-layout-v01 .thumb {
  height: 100%;
}

@media (min-width: 1200px) {
  .page-layout-v01 .thumb {
  position: absolute;
  bottom: 0px;
  right: 12%;
  }
}

@media (max-width: 1199px) {
  .page-layout-v01 .thumb {
  justify-content: center;
  }
}

.page-layout-v02 {
  position: relative;
}

.page-layout-v02 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v02 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-layout-v02 .thumb::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-layout-v02 .title {
  text-transform: capitalize;
}

.page-layout-v02 .content {
  position: relative;
  z-index: 1;
  padding: 310px 0px;
}

@media (max-width: 1199px) {
  .page-layout-v02 .content {
  padding: 230px 0px 150px;
  }
}

@media (max-width: 991px) {
  .page-layout-v02 .content {
  padding: 180px 0px 80px;
  }
}

.page-layout-v02 .tf-breadcrumb li:not(:last-child)::after {
  color: var(--White-8);
}

.page-layout-v03 .content {
  position: relative;
  padding-top: 99px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--Text-secondary-8);
}

@media (max-width: 991px) {
  .page-layout-v03 .content {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

.page-layout-v03 .title {
  font-family: var(--font-main2);
}

.page-layout-v03 .shape {
  top: 73px;
  left: 69.6%;
}

@media (max-width: 991px) {
  .page-layout-v03 .shape {
  top: 15px;
  width: 80px;
  }
}

.page-layout-v04 {
  position: relative;
}

.page-layout-v04::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.page-layout-v04 .img-style {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.page-layout-v04 .content {
  padding: 310px 0px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .page-layout-v04 .content {
  padding: 250px 0px 190px;
  }
}

@media (max-width: 991px) {
  .page-layout-v04 .content {
  padding: 180px 0px 80px;
  }
}

@media (max-width: 1440px) {
  .page-layout-v04 .content {
  padding: 250px 0px;
  }
}

.page-layout-v04 .content .tf-breadcrumb li:not(:last-child)::after {
  background-color: var(--White-8);
}

.wrap-header-hero {
  margin: 40px 40px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .wrap-header-hero {
  margin: 20px 15px 0px;
  }
}

.wrap-header-hero .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.wrap-header-hero .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-header-hero .header {
  padding-top: 20px;
}

.wrap-header-hero-2 {
  position: relative;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White-8);
  border: 1px solid var(--Line-8);
  color: var(--Text-primary-8);
  height: 52px;
  padding: 10px 14px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 4px;
  column-gap: 4px;
  justify-content: space-between;
}

.nice-select::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: var(--Text-primary-8);
  position: relative;
  transform: rotate(0deg);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.nice-select > .list {
  background-color: var(--White-8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition-behavior: normal, normal;
  transition-duration: 0.2s, 0.15s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1.25), ease-out;
  transition-delay: 0s, 0s;
  transition-property: all, opacity;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow-x: auto;
  overflow-y: auto;
  z-index: 1;
}

.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: rgb(167, 167, 167);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.nice-select > .list .option {
  width: 100%;
  padding: 10px;
  color: var(--Text);
  position: relative;
  cursor: pointer;
}

.nice-select > .list .option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected {
  color: var(--Main-color);
  background-color: rgba(0, 0, 0, 0.12);
}

.nice-select > .list .option.selected::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon !important;
}

.nice-select.open {
  border-color: var(--Primary-8) !important;
  z-index: 99;
}

.nice-select.open::after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
  width: 100%;
}

.nice-select.select-sort {
  padding-right: 30px !important;
}

.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.select-sort.style-2 > .list {
  right: 0px;
  left: unset;
}

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}

.tf-dropdown-select.style-default > select {
  display: none !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px 22px 0px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: var(--White-8);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  position: absolute;
  right: 0px;
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--White-8);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tf-dropdown-select.style-default .filter-option-inner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  row-gap: 8px;
  column-gap: 8px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner img {
  height: 24px;
  width: 24px;
}

.tf-dropdown-select.style-default > .dropdown-menu {
  padding: 15px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--White-8);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  overflow-x: unset !important;
  overflow-y: unset !important;
  margin-top: 4px !important;
}

.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0px;
}

.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 5px;
  column-gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--Primary-8) !important;
  background-color: unset !important;
}

.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0px;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::after {
  display: none;
}

.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement="top-start"]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}

.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}

.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
}

.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.effect-content-slide .effect-img-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.effect-content-slide .effect-img-zoom .img-zoom {
  transition-behavior: normal;
  transition-duration: 15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  object-fit: cover;
}

.effect-content-slide .swiper-slide-active .effect-up, .effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}

.effect-content-slide .swiper-slide-active .effect-left, .effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}

.effect-content-slide .swiper-slide-active .effect-right, .effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}

.effect-content-slide .swiper-slide-active .effect-down, .effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}

.effect-content-slide .swiper-slide-active .img-zoom, .effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}

.effect-content-slide .swiper-slide-active .img-zoom-out, .effect-content-slide .tab-pane.active .img-zoom-out {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-1, .effect-content-slide .tab-pane.active .effect-item.delay-1 {
  animation-delay: 0.3s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-2, .effect-content-slide .tab-pane.active .effect-item.delay-2 {
  animation-delay: 0.6s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-3, .effect-content-slide .tab-pane.active .effect-item.delay-3 {
  animation-delay: 0.9s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-4, .effect-content-slide .tab-pane.active .effect-item.delay-4 {
  animation-delay: 1.2s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-5, .effect-content-slide .tab-pane.active .effect-item.delay-5 {
  animation-delay: 1.5s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-6, .effect-content-slide .tab-pane.active .effect-item.delay-6 {
  animation-delay: 1.8s;
}

.effect-content-slide .swiper-slide-active .effect-item.delay-7, .effect-content-slide .tab-pane.active .effect-item.delay-7 {
  animation-delay: 2.1s;
}

.effect-content-slide.effect-2 .swiper-slide-active .effect-zoom-item {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: zoom1;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom1 {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.tf-animateCLP-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-left.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-left.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down {
  clip-path: inset(0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-down.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-down.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up {
  clip-path: inset(100% 0px 0px);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-up.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-up.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right {
  clip-path: inset(0px 0px 0px 100%);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

.tf-animateCLP-right.active-animate {
  clip-path: inset(0px);
  opacity: 1;
  transform: translateX(0px);
}

.tf-animateCLP-right.transition-1s {
  transition-behavior: normal;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.63, 0.25, 0.25, 1);
  transition-delay: 0s;
  transition-property: all;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tf-ani-tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes slide-to-slide {
  0%, 100% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y));
  }
}

.slide-ltr-animated {
  --pxl-translate-x: 70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-rtl-animated {
  --pxl-translate-x: -70px;
  --pxl-translate-y: 0;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-ttb-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: 70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.slide-btt-animated {
  --pxl-translate-x: 0;
  --pxl-translate-y: -70px;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slide-to-slide;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container {
  width: 350px;
  height: 350px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-8);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-8);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid var(--Primary-8);
  opacity: 0;
}

.play-container .circle-1 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-2 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-3 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .circle-4 {
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple-out;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .play-button {
  position: relative;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 10;
}

.play-container .play-icon {
  width: 0px;
  height: 0px;
  border-left: 30px solid var(--Primary-8);
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  margin-left: 8px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  filter: drop-shadow(rgba(200, 255, 100, 0.5) 0px 0px 10px);
}

.play-container:hover .play-button {
  transform: scale(1.15);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(200, 255, 100, 0.25);
  box-shadow: rgba(200, 255, 100, 0.6) 0px 0px 30px, rgba(200, 255, 100, 0.3) 0px 0px 60px, rgba(200, 255, 100, 0.2) 0px 0px 30px inset;
}

.play-container:hover .play-icon {
  border-left-color: rgb(255, 255, 255);
  filter: drop-shadow(rgba(255, 255, 255, 0.8) 0px 0px 15px);
}

.play-container:hover .circle {
  animation-duration: 1.5s;
}

.play-container:active .play-button {
  transform: scale(1.05);
}

.play-container .particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.play-container .particle-1 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-2 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-3 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-4 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-5 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.play-container .particle-6 {
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: particle-float;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes ripple-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.9;
  }
}

@keyframes particle-float {
  0% {
    transform: translate(-50%, -50%) translateY(0px) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

.banner-container .text-container {
  display: flex;
  align-items: center;
  row-gap: 37.18px;
  column-gap: 37.18px;
}

.banner-container .banner-text {
  font-size: 120px;
  font-weight: 600;
  line-height: 88px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: var(--font-main2);
  text-transform: uppercase;
}

.banner-container .text-strock {
  color: transparent;
  -webkit-text-stroke: 1px var(--Text-primary-8);
}

@keyframes ripple-line {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.map-box {
  width: 100%;
  height: 520px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

#map .marker {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
}

#map .marker::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  background: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#map .marker::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 64%;
  width: 0px;
  height: 0px;
  border-right-width: 24px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 24px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 28px solid var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#map .marker i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-8);
  color: var(--Primary-8);
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#map.v2 .marker::after {
  background: var(--Secondary);
}

#map.v2 .marker::before {
  border-top: 28px solid var(--Secondary);
}

#map.v2 .marker i {
  color: var(--Secondary);
}

.mapboxgl-ctrl-attrib a, .mapboxgl-ctrl-attrib.mapboxgl-compact, a.mapboxgl-ctrl-logo {
  display: none !important;
}

.tf-box-icon.style-1 {
  display: flex;
  row-gap: 12px;
  column-gap: 38px;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-icon.style-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .tf-box-icon.style-1 .icon {
  width: 60px;
  height: 60px;
  font-size: 32px;
  }
}

.tf-box-icon.style-1 .box {
  display: flex;
  align-items: center;
  row-gap: 24px;
  column-gap: 24px;
}

.tf-box-icon.style-1:hover .icon {
  background-color: var(--Primary-8) !important;
}

.tf-box-icon.style-1.v2 .icon {
  background-color: var(--White-8);
}

.tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 .box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 61%;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-1.v2 p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  }
}

.tf-box-icon.style-1.v2 .title {
  max-width: 260px;
}

.tf-box-icon.style-2 {
  position: relative;
  padding-top: 38px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 {
  padding-top: 18px;
  }
}

.tf-box-icon.style-2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  top: -1px;
  left: auto;
  right: 0px;
  background-color: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-2 .icon {
  font-size: 80px;
  color: var(--Primary-8);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-2 .icon {
  margin-bottom: 18px;
  font-size: 60px;
  }
}

.tf-box-icon.style-2:hover::after {
  width: 100%;
  left: 0px;
  right: auto;
}

.tf-box-icon.style-2.v2 {
  border-color: var(--Line-8);
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 {
  padding-top: 58px;
  }
}

@media (min-width: 992px) {
  .tf-box-icon.style-2.v2 .icon {
  margin-bottom: 36px;
  }
}

.tf-box-icon.style-2.v2::after {
  background-color: var(--Text-primary-8);
}

.tf-box-icon.style-2.v2 .icon {
  color: var(--Text-primary-8);
}

.tf-box-icon.style-2.v3 .icon {
  font-size: 60px;
}

.tf-box-icon.style-3 .icon {
  color: var(--Text-primary-8);
  font-size: 60px;
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .tf-box-icon.style-4 {
  padding: 38px 24px 28px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-4 {
  padding: 30px 0px;
  }
}

.tf-box-icon.style-4 .icon {
  font-size: 64px;
  color: var(--White-8);
}

.tf-box-icon.style-4 .btn-arrow {
  color: var(--White-8);
  position: relative;
  height: 32px;
}

.tf-box-icon.style-4 .btn-arrow > div {
  display: flex;
  align-items: center;
}

.tf-box-icon.style-4 .btn-arrow .text {
  opacity: 0;
  transform: translateX(-20px);
  transition-behavior: normal, normal;
  transition-duration: 0.4s, 0.8s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}

.tf-box-icon.style-4 .btn-arrow i {
  font-size: 32px;
  position: absolute;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-4 .content {
  margin-bottom: 102px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-4 .content {
  margin-bottom: 30px;
  }
}

.tf-box-icon.style-4:hover .btn-arrow .text {
  opacity: 1;
  transform: translate(0px);
}

.tf-box-icon.style-4:hover .btn-arrow i {
  left: 100%;
  margin-left: 8px;
}

.tf-box-icon.style-5 {
  padding: 32px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-8);
}

@media (max-width: 1199px) {
  .tf-box-icon.style-5 {
  padding: 20px;
  }
}

.tf-box-icon.style-5 i {
  font-size: 48px;
}

.tf-box-icon.style-5 p {
  padding-top: 20px;
  border-top: 1px solid var(--Line-8);
  margin-top: 20px;
}

.tf-box-icon.style-6 {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
  align-items: center;
  padding: 48px 0px 46px;
  border-bottom: 1px solid var(--Text-muted-8);
  position: relative;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .content-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.4%;
  }
}

@media (min-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 16.5%;
  }
}

.tf-box-icon.style-6::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background-color: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6 .icon {
  font-size: 60px;
  color: var(--Primary-8);
}

.tf-box-icon.style-6 .content-inner {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 575px) {
  .tf-box-icon.style-6 .content-inner {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.tf-box-icon.style-6 .wrap-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .tf-box-icon.style-6 .wrap-img {
  width: 100%;
  }
}

.tf-box-icon.style-6 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tf-box-icon.style-6 .btn-arrow {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.tf-box-icon.style-6:hover::after {
  width: 100%;
}

.tf-box-icon.style-6:hover .btn-arrow {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.tf-box-icon.style-7 {
  padding: 50px 28px 60px 40px;
  border: 1px solid var(--Line-8);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .tf-box-icon.style-7 {
  padding: 30px;
  }
}

.tf-box-icon.style-7 .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.tf-box-icon.style-7 .icon {
  display: flex;
  font-size: 80px;
  color: var(--Text-primary-8);
}

.tf-box-icon.style-7 .number {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Line-8);
}

.tf-box-icon.style-7:hover {
  border-color: var(--Primary-8);
}

.tf-box-icon.style-7:hover .number {
  color: var(--Primary-8);
}

.tf-box-icon.style-7:hover .hover-line-text {
  background-size: 100% 2px;
}

.tf-box-number {
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 575px) {
  .tf-box-number {
  flex-direction: column;
  align-items: start;
  }
}

@media (max-width: 768px) {
  .tf-box-number {
  padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .tf-box-number .content, .tf-box-number .wrap-btn {
  width: 100%;
  }
}

.tf-box-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  height: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  pointer-events: none;
}

.tf-box-number .content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 74%;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .tf-box-number .content {
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .wrap-btn {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 37.5%;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.tf-box-number .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--Primary-8);
  display: inline-block;
  opacity: 0.2;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 1200px) {
  .tf-box-number .number {
  width: 94px;
  }
}

.tf-box-number .heading {
  row-gap: 32px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .tf-box-number .heading {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  align-items: start;
  }
}

.tf-box-number .btn-arrow {
  width: 52px;
  height: 52px;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 768px) {
  .tf-box-number .btn-arrow {
  width: 64px;
  height: 64px;
  margin-left: auto;
  }
}

.tf-box-number .image {
  position: absolute;
  left: var(--wgl-image-position, 20%);
  top: 46%;
  opacity: 0;
  --wgl-image-position: 53%;
  display: block;
  --wgl-image-rotate: 15deg;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(-50%) rotate(var(--wgl-image-rotate, 0deg));
  transform-origin: center top;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

.tf-box-number .image img {
  transform: translateX(-100%);
  transition-behavior: normal;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 420px;
}

.tf-box-number:hover .number {
  opacity: 1;
}

.tf-box-number:hover::after {
  height: 100%;
}

.tf-box-number:hover .btn-arrow {
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
}

.tf-box-number:hover .image {
  --wgl-image-rotate: 0deg;
  opacity: 1;
  transition-behavior: normal, normal;
  transition-duration: 0.45s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.15s;
  transition-property: all, opacity;
}

@media (max-width: 991px) {
  .tf-box-number:hover .image {
  display: none;
  }
}

.tf-box-number:hover .image img {
  transform: translateX(0px);
  max-width: unset;
}

.widget-video {
  position: relative;
}

.widget-video img {
  width: 100%;
  object-fit: cover;
}

.widget-video .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.widget-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  color: var(--White-8);
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(20px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.widget-video .icon:hover {
  transform: scale(1.3);
}

.box-about .counter-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  padding: 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .box-about .counter-item {
  max-width: 100%;
  }
}

.box-about .bg-1 {
  background-color: var(--Primary-8);
}

.box-about .bg-2 {
  background-color: var(--Bg-light-8);
}

.box-about .bg-3 {
  background-color: var(--Secondary);
}

.box-about .bg-4 {
  background-color: var(--Text-primary-8);
}

.box-about .bg-5 {
  background-color: var(--White-8);
}

.box-about .img-style img {
  width: 100%;
  object-fit: cover;
}

.box-about-2 {
  display: flex;
  padding: 40px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1200px) {
  .box-about-2 {
  align-items: center;
  }
}

@media (min-width: 992px) {
  .box-about-2 {
  padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .box-about-2 {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  padding: 60px 15px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.8%;
  padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .box-about-2 .content {
  padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .box-about-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 21.5%;
  }
}

.box-about-2 .img-style {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.box-about-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-about-2 .list i {
  font-size: 28px;
  color: var(--Primary-8);
}

.wrap-resume-item {
  position: relative;
}

.wrap-resume-item:not(:first-child) .point::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 3px);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .wrap-resume-item:not(:first-child) .point::after {
  height: 144px;
  }
}

.wrap-resume-item .point {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-8);
  position: absolute;
  top: 26px;
  left: 13.52px;
  z-index: 1;
}

.resume-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px 20px 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .resume-item {
  flex-direction: column;
  align-items: start;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.resume-item .date {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Bg-linear-2);
  height: 46px;
  padding: 0px 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(123.51deg, rgba(215, 237, 237, 0.1) -61.8%, rgba(204, 235, 235, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.resume-item .content {
  position: relative;
  z-index: 1;
}

.card-team.style-1 .tf-social, .card-team.style-5 .tf-social, .card-team.style-6 .tf-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-1 .tf-social li, .card-team.style-5 .tf-social li, .card-team.style-6 .tf-social li {
  transform: translate(40px, 40px);
  visibility: hidden;
  opacity: 0;
}

.card-team.style-1 .tf-social li:first-child, .card-team.style-5 .tf-social li:first-child, .card-team.style-6 .tf-social li:first-child {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(2), .card-team.style-5 .tf-social li:nth-child(2), .card-team.style-6 .tf-social li:nth-child(2) {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social li:nth-child(3), .card-team.style-5 .tf-social li:nth-child(3), .card-team.style-6 .tf-social li:nth-child(3) {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 150ms;
  transition-property: all;
}

.card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  font-size: 24px;
}

@media (min-width: 992px) {
  .card-team.style-1 .tf-social a, .card-team.style-5 .tf-social a, .card-team.style-6 .tf-social a {
  height: 48px;
  width: 48px;
  }
}

.card-team.style-1:hover .tf-social li, .card-team.style-5:hover .tf-social li, .card-team.style-6:hover .tf-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-1, .card-team.style-5 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.card-team.style-1 .img-style, .card-team.style-5 .img-style {
  height: 100%;
  position: relative;
}

.card-team.style-1 .img-style img, .card-team.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-1::after, .card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, rgb(21, 64, 64) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-1 .title, .card-team.style-5 .title {
  margin-bottom: 4px;
}

.card-team.style-1 .info, .card-team.style-5 .info {
  position: absolute;
  z-index: 1;
  left: 20.41px;
  bottom: 20px;
}

.card-team.style-2 {
  position: relative;
}

.card-team.style-2 .wrap {
  position: relative;
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-4.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.card-team.style-2 .img-style {
  width: 100%;
}

.card-team.style-2 .img-style img {
  width: 100%;
  object-fit: cover;
}

.card-team.style-2 .content {
  background-color: var(--Secondary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 16px 20px;
}

.card-team.style-2 .tf-social {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--White-8);
  padding: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateX(50px);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
}

.card-team.style-2 .tf-social a {
  height: 36px;
  width: 36px;
}

.card-team.style-2 .tf-social a:hover {
  color: var(--White-8);
}

.card-team.style-2 .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-8);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--Secondary);
  z-index: 3;
}

.card-team.style-2 .title {
  display: inline;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 98%;
}

.card-team.style-2:hover .tf-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .tf-social li {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-2:hover .title {
  background-size: 100% 2px;
}

.card-team.style-2:hover .btn-arrow {
  color: var(--White-8);
  background-color: var(--Primary-8) !important;
}

.card-team.style-2.v2 .content {
  background-color: var(--Bg-light-8);
}

.card-team.style-2.v2 .btn-arrow {
  background-color: var(--Bg-light-8);
}

.card-team.style-3 .img-style {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .card-team.style-3 .img-style {
  margin-bottom: 28px;
  }
}

.card-team.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-3 .btn-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line-8);
  font-size: 32px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-8);
  flex-shrink: 0;
}

.card-team.style-3 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-3 .list-social {
  position: absolute;
  right: 12px;
  top: 12px;
  transform: translateX(10px);
  background-color: var(--White-8);
  padding: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 4;
}

.card-team.style-3 .list-social a {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary-8);
  border: 1px solid var(--Line-8);
}

.card-team.style-3 .list-social a:hover {
  background-color: var(--Primary-8);
  border-color: var(--Primary-8);
  color: var(--White-8);
}

.card-team.style-3:hover .btn-arrow {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.card-team.style-3:hover .list-social {
  opacity: 1;
  transform: translateX(0px);
}

.card-team.style-3:hover .list-social li {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}

.card-team.style-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 575px) {
  .card-team.style-4 {
  grid-template-columns: 1fr;
  }
}

.card-team.style-4 .img-style {
  width: 100%;
}

.card-team.style-4 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-team.style-4 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--Line-8);
  position: relative;
}

.card-team.style-4 .content::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-team.style-4 .social {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
}

.card-team.style-4 .social a {
  height: 40px;
  width: 40px;
  border: 1px solid var(--Line-8);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-team.style-4 .social a:hover {
  background-color: var(--Text-primary-8);
  border-color: var(--Text-primary-8);
  color: var(--White-8);
}

.card-team.style-4:hover .content::after {
  width: 100%;
}

.card-team.style-5 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-team.style-5::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(74, 35, 26, 0) 46.28%, rgba(74, 35, 26, 0.5) 73.14%, rgb(74, 35, 26) 99.74%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.card-team.style-5 .tf-social {
  z-index: 2;
}

.card-team.style-5 .tf-social a {
  color: var(--Secondary);
}

.card-team.style-5 .tf-social a:hover {
  color: var(--White-8);
  background-color: var(--Secondary);
}

.card-team.style-5 .info {
  bottom: 19px;
}

.card-team.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-team.style-6 .img-style {
  margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .card-team.style-6 .tf-social {
  right: 18px;
  top: 18px;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.card-team.style-6 .tf-social a {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  height: 40px;
  width: 40px;
}

.wrap-partner .infiniteslide {
  align-items: center;
  row-gap: 114px;
  column-gap: 114px;
}

.team-detail {
  display: flex;
  row-gap: 90px;
  column-gap: 90px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .team-detail {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .team-detail {
  flex-direction: column;
  }
}

.team-detail .avatar {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  text-align: center;
}

.team-detail .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.team-detail .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}

.team-detail .detail .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.team-detail .info-author .name {
  margin-bottom: 12px;
}

.team-detail .tf-social a {
  height: 40px;
  width: 40px;
}

.team-detail .quote {
  background-color: var(--Bg-light-8);
  padding: 16px;
}

@media (min-width: 992px) {
  .team-detail .quote {
  line-height: 32px;
  }
}

.team-detail .edu p {
  margin-bottom: 20px;
}

.team-detail .edu-list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  padding-left: 30px;
}

.team-detail .edu-list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.team-detail.v2 .quote {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
}

.team-detail.style-2 {
  max-width: unset;
}

.team-detail.style-2 .detail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
}

.team-detail-2 .team-info {
  padding: 80px;
  background-color: var(--Text-primary-8);
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (min-width: 1200px) {
  .team-detail-2 .team-info {
  row-gap: 134px;
  column-gap: 134px;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .team-info {
  flex-direction: column;
  }
}

@media (max-width: 1440px) {
  .team-detail-2 .team-info {
  padding: 80px 40px;
  }
}

@media (max-width: 768px) {
  .team-detail-2 .team-info {
  padding: 60px 15px;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .team-detail-2 .wrap-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 36%;
  }
}

@media (max-width: 991px) {
  .team-detail-2 .wrap-content {
  order: 1;
  }
}

.team-detail-2 .wrap-content .content {
  margin-bottom: 52px;
}

.team-detail-2 .wrap-content .info {
  row-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 575px) {
  .team-detail-2 .wrap-content .info {
  flex-direction: column;
  }
}

.team-detail-2 .info-col {
  row-gap: 32px;
  column-gap: 32px;
  display: grid;
}

@media (max-width: 575px) {
  .team-detail-2 .info-col {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.team-detail-2 .edu-exp {
  margin: 30px 0px;
}

.team-detail-2 .edu-exp .list {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-detail-2 .edu-exp-item {
  padding: 40px;
  background-color: var(--Text-primary-8);
  position: relative;
}

@media (max-width: 575px) {
  .team-detail-2 .edu-exp-item {
  padding: 40px 15px;
  }
}

.team-detail-2 .edu-exp-item .item {
  padding: 22px 32px 20px;
  display: grid;
  row-gap: 6px;
  column-gap: 6px;
}

.team-detail-2 .line {
  position: absolute;
  left: 0px;
  width: 2px;
  height: 385px;
  background-color: var(--Text-secondary-8);
  top: 14px;
}

.team-detail-2 .line span {
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--Text-primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 3px solid var(--Primary-8);
  position: absolute;
  top: 0px;
  left: -7px;
  z-index: 1;
  margin-top: calc(152px * var(--i));
}

.team-detail-2 .tf-progress-bar {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.team-detail-2 .tf-progress-bar .value {
  height: 4px;
}

.team-detail-2 .skills {
  padding: 40px;
  background-color: var(--Text-primary-8);
}

@media (max-width: 575px) {
  .team-detail-2 .skills {
  padding: 40px 15px;
  }
}

.team-detail-2 .skills .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.service-item.style-default {
  padding: 20px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item.style-default {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .service-item.style-default {
  flex-direction: column;
  row-gap: 24px;
  column-gap: 24px;
  }
}

.service-item.style-default .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (max-width: 768px) {
  .service-item.style-default .img-style {
  max-height: 320px;
  }
}

.service-item.style-default .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list li {
  color: var(--Text-secondary-8);
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.service-item.style-default .list i {
  font-size: 24px;
}

.service-item.style-default .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .service-item.style-default .content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.service-item.style-default .btn_link {
  width: 64px;
  height: 64px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--Secondary);
  background-color: var(--Primary-8);
}

.service-item.style-default .btn_link:hover {
  background-color: var(--Secondary);
  color: var(--White-8);
}

@media (min-width: 1200px) {
  .service-item.style-default.ctl .content {
  padding-left: 60px;
  }
}

.service-item.style-1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-1 .img-style img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.service-item.style-1 .title {
  background-color: inherit;
  position: relative;
  z-index: 2;
}

.service-item.style-1 p {
  font-size: 16px;
  line-height: 26px;
}

.service-item.style-1 .content {
  position: absolute;
  padding: 24px;
  background-color: var(--Secondary);
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap {
  --dur: 0.6s;
  margin-top: -124px;
  opacity: 0;
  transition: all var(--dur), opacity 0.4s;
  }
}

@media (min-width: 992px) {
  .service-item.style-1 .content .wrap p, .service-item.style-1 .content .wrap a {
  --dur: 0.6s;
  transform: translateY(60px);
  opacity: 0;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.8s, 0.8s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: all, transform, opacity;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap {
  opacity: 1;
  margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .service-item.style-1:hover .content .wrap p, .service-item.style-1:hover .content .wrap a {
  transform: translateY(0px);
  opacity: 1;
  }
}

.service-item.style-2 {
  position: relative;
  padding: 31px 32px 32px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-dark-9);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-image-source: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 575px) {
  .service-item.style-2 {
  padding: 24px 15px;
  }
}

.service-item.style-2 .content {
  position: relative;
  z-index: 1;
}

.service-item.style-2 .shape {
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.service-item.style-2 .img-style {
  position: relative;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--Bg-dark-9);
}

.service-item.style-3 .img-style {
  position: relative;
  width: 100%;
}

.service-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-3 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 48px;
  color: var(--Text-primary-8);
  background-color: var(--White-8);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-3:hover .icon {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.service-item.style-3:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-4 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-4 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-4 .img-style img {
  width: 100%;
  object-fit: cover;
}

.service-item.style-4 .custom-cursor {
  max-width: 120px;
  background-color: var(--Primary-8);
}

.service-item.style-4 .custom-cursor::after {
  display: none;
}

.service-item.style-5 {
  background-color: var(--White-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5 .img-style {
  width: 100%;
}

.service-item.style-5 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-5 .icon {
  font-size: 80px;
  color: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .service-item.style-5 .icon {
  font-size: 60px;
  margin-bottom: 8px;
  }
}

.service-item.style-5 .content {
  padding: 36px 28px 35px;
}

@media (max-width: 991px) {
  .service-item.style-5 .content {
  padding: 28px 15px;
  }
}

.service-item.style-5 p {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-5:hover {
  background-color: var(--Primary-8);
}

.service-item.style-5:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-5:hover .icon {
  color: var(--White-8);
}

.service-item.style-5:hover .title a, .service-item.style-5:hover p {
  color: var(--White-8);
}

.service-item.style-6 {
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6 .img-style {
  width: 100%;
}

.service-item.style-6 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-6 .content {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.3);
  backdrop-filter: blur(12px);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
}

@media (max-width: 991px) {
  .service-item.style-6 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6 .tf-btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .service-item.style-6 .tf-btn {
  margin-top: 32px;
  }
}

.service-item.style-6.v2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-6.v2 .content {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 768px) {
  .service-item.style-6.v2 .content {
  padding: 24px 15px;
  }
}

.service-item.style-6.v2 i {
  font-size: 50px;
  color: var(--White-8);
}

.service-item.style-7 {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .service-item.style-7 {
  height: 517.5px;
  }
}

.service-item.style-7 .icon {
  font-size: 60px;
  margin-bottom: 60px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-7 .content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 1200px) {
  .service-item.style-7 .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  }
}

@media (max-width: 991px) {
  .service-item.style-7 .content {
  padding: 40px;
  }
}

@media (max-width: 575px) {
  .service-item.style-7 .content {
  padding: 30px 15px;
  }
}

.service-item.style-7 .title {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-bottom: 16px;
}

.service-item.style-7 .content > .btn_link {
  width: max-content;
}

.service-item.style-7 .content > .btn_link i {
  margin-top: 5px;
}

.service-item.style-7 .heading {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .service-item.style-7 .heading {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7 p {
  visibility: hidden;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  margin-top: -64px;
  transform: translateY(30px);
  margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover .icon {
  margin-bottom: 154px;
  }
}

@media (min-width: 1200px) {
  .service-item.style-7:hover p {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transform: translateY(0px);
  }
}

.service-item.style-7.v1 {
  background-color: rgb(30, 119, 119);
}

.service-item.style-7.v1 .title, .service-item.style-7.v1 .icon, .service-item.style-7.v1 p, .service-item.style-7.v1 .btn_link {
  color: var(--White-8);
}

.service-item.style-7.v2 {
  background-color: rgb(183, 240, 99);
}

.service-item.style-7.v2 .title, .service-item.style-7.v2 .icon, .service-item.style-7.v2 p, .service-item.style-7.v2 .btn_link {
  color: var(--Text-primary-8);
}

.service-item.style-7.v3 {
  background-color: rgb(237, 240, 104);
}

.service-item.style-7.v3 .title, .service-item.style-7.v3 .icon, .service-item.style-7.v3 p, .service-item.style-7.v3 .btn_link {
  color: var(--Text-primary-8);
}

.service-item.style-7.v4 {
  background-color: rgb(32, 44, 84);
}

.service-item.style-7.v4 .title, .service-item.style-7.v4 .icon, .service-item.style-7.v4 p, .service-item.style-7.v4 .btn_link {
  color: var(--White-8);
}

.service-item.style-8 {
  background-color: var(--Bg-light-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-item.style-8 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-8 .content {
  padding: 28px;
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
}

.service-item.style-8 .btn-arrow {
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-8);
  flex-shrink: 0;
}

.service-item.style-8 .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.service-item.style-8:hover {
  background-color: var(--Secondary);
}

.service-item.style-8:hover .btn-arrow {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.service-item.style-8:hover .title {
  color: var(--White-8);
}

.service-item.style-9 .img-style {
  width: 100%;
}

.service-item.style-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .service-item.style-9 .content p {
  margin-bottom: 12px;
  }
}

.service-item.style-9 .btn_link {
  padding: 4px 0px;
}

.service-item.style-9:hover .hover-line-text {
  background-size: 100% 2px;
}

.service-item.style-9:hover .btn_link {
  color: var(--Primary-8);
}

.service-item.style-10 .img-style {
  width: 100%;
}

@media (max-width: 768px) {
  .service-item.style-10 .img-style {
  margin-bottom: 20px;
  }
}

.service-item.style-10 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 321px;
}

.service-item.style-10 .custom-cursor {
  background-color: var(--Bg-dark-9);
  color: var(--White-8);
}

.box-service {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.box-service .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .box-service .bg {
  background-color: var(--Bg-light-8);
  }
}

.box-service .bg img {
  width: 100%;
  height: 100%;
}

.box-service .img-style img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.box-service .content {
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-service .content {
  padding: 30px 15px;
  }
}

.box-service .content .sub {
  letter-spacing: 1.1px;
}

.box-service .btn-arrow {
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-8);
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--White-8);
}

@media (max-width: 768px) {
  .box-service .btn-arrow {
  display: none;
  }
}

.box-service .btn-arrow:hover {
  background-color: var(--Secondary);
}

@media (max-width: 575px) {
  .box-service .heading {
  margin-bottom: 16px;
  }
}

.box-service.v2 .btn-arrow {
  background-color: var(--Bg-light-8);
}

.box-service.v2 .btn-arrow:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.pricing-item .wrap-price > span {
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  height: 1.2em;
  line-height: normal;
}

.pricing-item .wrap-price > span > span {
  display: block;
  height: 100%;
  position: relative;
  top: 100px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item .wrap-price .price-month.active {
  top: 0%;
}

.pricing-item .wrap-price .price-year.active {
  top: -100%;
}

.pricing-item .tag {
  background-color: var(--Primary-8);
  padding: 4px 12px;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.pricing-item .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item .list {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

.pricing-item .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.pricing-item .list i {
  color: var(--Primary-8);
  font-size: 20px;
}

.pricing-item .title i {
  font-size: 40px;
  color: var(--Primary-8);
}

.pricing-item .price {
  display: flex;
  align-items: end;
}

.pricing-item.style-1 {
  padding: 40px 40px 46px;
  border: 1px solid var(--Line-8);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

@media (max-width: 768px) {
  .pricing-item.style-1 {
  padding: 30px 20px;
  }
}

.pricing-item.style-1 .title i {
  font-size: 40px;
  color: var(--Primary-8);
}

.pricing-item.style-1 .list {
  padding-top: 22px;
  border-top: 1px solid var(--Line-8);
}

.pricing-item.style-1.v1 {
  padding: 40px 40px 43px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing-item.style-1.v1 .list {
  row-gap: 14px;
  column-gap: 14px;
}

.pricing-item.style-1.v1 .list li {
  align-items: start;
}

.pricing-item.style-1.v1 .list i {
  color: var(--Secondary);
  font-size: 24px;
}

.pricing-item.style-1.v1 .tag {
  background-color: var(--Secondary);
}

.pricing-item.style-1.v1:hover {
  background-color: var(--Primary-8);
}

.pricing-item.style-2 {
  padding: 41px 40px 39px;
  display: flex;
  row-gap: 24px;
  column-gap: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .pricing-item.style-2 {
  padding: 30px;
  }
}

@media (max-width: 575px) {
  .pricing-item.style-2 {
  padding: 24px 15px;
  }
}

@media (max-width: 1440px) {
  .pricing-item.style-2 {
  flex-direction: column;
  }
}

.pricing-item.style-2 .list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  padding: 22px 24px 24px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-item.style-2 .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.pricing-item.style-2 .tag {
  background-color: transparent;
  border: 1px solid var(--Primary-8);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  height: 32px;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  padding: 4px 7px;
}

.pricing-item.style-2 .tag img {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: tf-ani-tada;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pricing-item.style-2 .tf-btn:hover {
  color: var(--Text-primary-8) !important;
}

.pricing-item.style-3 {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid var(--Primary-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  height: 100%;
}

.pricing-item.style-3 .content {
  padding: 28px 27px 27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .pricing-item.style-3 .content {
  padding: 28px 15px;
  }
}

.pricing-item.style-3 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

.pricing-item.style-3 .list li {
  row-gap: 17px;
  column-gap: 17px;
}

.pricing-item.style-3 .list li.disable i {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--White-8);
}

.pricing-item.style-3 .list i {
  padding: 4px;
  background-color: var(--Primary-8);
  font-size: 16px;
  color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing-item.style-3 .item {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.pricing-item.style-3 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pricing-item.style-3.free {
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
}

@media (min-width: 1200px) {
  .pricing-item.style-3 .tf-btn {
  padding: 19px 40px;
  }
}

.pricing-item.style-4 {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid var(--Line-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 1440px) {
  .pricing-item.style-4 {
  padding: 20px;
  }
}

.pricing-item.style-4 .list {
  padding-top: 24px;
  border-top: 1px solid var(--Line-8);
  margin-bottom: 30px;
}

.pricing-item.style-4 .list li {
  align-items: start;
}

@media (min-width: 992px) {
  .pricing-item.style-4 .list li {
  font-size: 18px;
  line-height: 30px;
  }
}

.pricing-item.style-4 .img-style {
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-right-radius: 144px;
  border-bottom-left-radius: 144px;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.pricing-item.style-4:hover {
  border-color: var(--Primary-8);
}

.pricing-item.style-5 .title i {
  font-size: 40px;
  color: var(--Text-primary-8);
}

@media (max-width: 991px) {
  .pricing-item.style-5 .list {
  margin-bottom: 24px;
  }
}

.pricing-item.style-5 .list i {
  color: var(--Text-primary-8);
  font-size: 20px;
}

.pricing-item.style-5 .price {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .pricing-item.style-5 .heading, .pricing-item.style-5 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6 {
  padding: 40px;
  background-color: rgb(26, 26, 28);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .pricing-item.style-6 {
  padding: 30px 15px;
  }
}

.pricing-item.style-6 .tag {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .tag {
  top: 6px;
  right: 6px;
  padding: 2px 8px;
  }
}

.pricing-item.style-6 .price {
  color: var(--Primary-8);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pricing-item.style-6 .price {
  margin-bottom: 24px;
  }
}

.pricing-item.style-6.v2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pricing-item.style-7 {
  padding: 32px;
  background-color: var(--White-8);
  height: 100%;
}

.carrer-detail .meta {
  display: flex;
}

@media (max-width: 768px) {
  .carrer-detail .meta {
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 30px;
  }
}

.carrer-detail .meta span {
  display: block;
}

@media (min-width: 768px) {
  .carrer-detail .meta li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--Line-8);
  }
}

.carrer-detail .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

.portfolio-detail .heading-title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--Line-8);
  row-gap: 100px;
  column-gap: 100px;
}

@media (max-width: 991px) {
  .portfolio-detail .heading-title {
  flex-direction: column;
  row-gap: 16px;
  column-gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .portfolio-detail .heading-title {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.portfolio-detail .overview .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list {
  flex-wrap: wrap;
  row-gap: 12px;
  }
}

.portfolio-detail .overview .list li {
  display: grid;
  row-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .portfolio-detail .overview .list li {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-8);
  margin-right: 0px;
  }
}

@media (min-width: 1441px) {
  .portfolio-detail .overview .list li:not(:last-child) {
  padding-right: 6%;
  margin-right: 8%;
  }
}

.portfolio-detail .approach .list {
  padding-left: 29px;
}

.portfolio-detail .approach .list li {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .portfolio-detail .overview, .portfolio-detail .approach, .portfolio-detail .quote, .portfolio-detail .outcome {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail .wrap-img {
  flex-wrap: wrap;
  }
}

.portfolio-detail .wrap-img img {
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(1) {
  width: 68.5%;
  }
}

@media (min-width: 768px) {
  .portfolio-detail .wrap-img img:nth-child(2) {
  width: 31%;
  }
}

.portfolio-detail-2 .thumb {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.portfolio-detail-2 .thumb img {
  min-height: 300px;
  object-fit: cover;
}

.portfolio-detail-2 .meta {
  display: flex;
}

.portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid var(--Line-8);
  margin-right: 40px;
}

@media (max-width: 768px) {
  .portfolio-detail-2 .meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  }
}

.portfolio-detail-2 .tags-list a {
  padding: 7px 12px;
  border: 1px solid var(--Line-8);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  letter-spacing: 1.1px;
  color: var(--Text-secondary-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.portfolio-detail-2 .tags-list a:hover {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--Primary-8);
}

.portfolio-detail-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.portfolio-detail-2 .tf-social a {
  height: 40px;
  width: 40px;
  font-size: 24px;
}

@media (max-width: 991px) {
  .portfolio-detail-2 .tf-article-navigation {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .portfolio-detail-2 .wrap-thumb {
  flex-wrap: wrap;
  }
}

.portfolio-detail-3 .list {
  row-gap: 12px;
  column-gap: 30px;
}

.portfolio-detail-3 .list i {
  font-size: 24px;
  color: var(--Primary-8);
}

@media (min-width: 1200px) {
  .service-detail-2 .tf-sidebar, .service-detail-3 .tf-sidebar {
  max-width: 410px;
  }
}

.service-detail-2 .thumb, .service-detail-3 .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.service-detail-2 .thumb img, .service-detail-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-2 .list li, .service-detail-3 .list li {
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
}

.service-detail-2 .list li i, .service-detail-3 .list li i {
  color: var(--Primary-8);
  font-size: 24px;
}

@media (min-width: 1441px) {
  .service-detail-2 .content-inner, .service-detail-3 .content-inner {
  margin-left: -10px;
  }
}

.service-detail-2 .passive.v2 p, .service-detail-3 .passive.v2 p {
  max-width: 806px;
}

@media (max-width: 991px) {
  .service-detail-2 .row, .service-detail-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.service-detail-3 .accordion-item {
  background-color: var(--Bg-light-8);
}

.service-detail-3 .thumb {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-detail-3 .list li i {
  color: var(--Secondary);
}

.service-detail-3 .list-categories a::after {
  background: var(--Secondary);
  height: 1px;
}

.service-detail-3 .banner {
  padding: 30px 34px;
  background-color: var(--Primary-8);
  height: 548px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 991px) {
  .service-detail-3 .banner {
  height: 350px;
  }
}

@media (min-width: 992px) {
  .service-detail-3 .banner .content {
  padding: 30px;
  }
}

.service-detail-3 .banner .shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .service-detail-3 .content-inner {
  padding-left: 40px;
  }
}

.box-contact .box-info {
  background-color: var(--Bg-light-8);
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .box-contact .box-info {
  padding: 40px;
  }
}

.box-contact .info-list i {
  font-size: 32px;
}

.box-contact .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.card-about .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
}

.card-about .img-style img {
  width: 100%;
}

.box-table-awaits {
  display: flex;
  row-gap: 67px;
  column-gap: 67px;
}

@media (max-width: 1199px) {
  .box-table-awaits {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .box-table-awaits {
  flex-direction: column;
  }
}

.box-table-awaits .thumbs {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs {
  max-width: 536px;
  }
}

.box-table-awaits .thumbs .main {
  padding: 126.5px 3.19px 58.5px 62px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .box-table-awaits .thumbs .main {
  padding: 82.5px 3.19px 51.5px 16px;
  }
}

.box-table-awaits .thumbs .leaf-1 {
  position: absolute;
  bottom: -37px;
  left: -14px;
  width: 49%;
}

@media (max-width: 991px) {
  .box-table-awaits .thumbs .leaf-1 {
  width: 63%;
  }
}

.box-table-awaits .thumbs .leaf-2 {
  position: absolute;
  top: -84px;
  left: -65px;
}

.menu-restaurant-item.style-text {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  transition-property: all;
}

.menu-restaurant-item.style-text:hover {
  padding-right: 20px;
  padding-left: 20px;
}

.menu-restaurant-item.style-text .heading {
  margin-bottom: 8px;
}

.menu-restaurant-item.style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.menu-restaurant-item.style-list .img-style {
  position: relative;
}

.menu-restaurant-item.style-list .img-style img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}

@media (min-width: 992px) {
  .menu-restaurant-item.style-list .img-style img {
  min-height: 300px;
  }
}

.menu-restaurant-item.style-list .content {
  padding: 40px;
  background-color: var(--Bg-2);
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-list .content {
  padding: 40px 15px;
  }
}

.menu-restaurant-item.style-list .custom-cursor {
  color: var(--Text-primary-8);
  text-transform: capitalize;
}

.menu-restaurant-item.style-list .price {
  padding: 12px 24px;
  background-color: var(--Primary-8);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.menu-restaurant-item.style-banner {
  position: relative;
}

.menu-restaurant-item.style-banner .img-style img {
  object-fit: cover;
  min-height: 400px;
}

.menu-restaurant-item.style-banner .content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 50px 60.45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .menu-restaurant-item.style-banner .content {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .menu-restaurant-item.style-banner .content {
  padding: 30px 15px;
  }
}

.menu-restaurant-item.style-banner .discount {
  position: absolute;
  top: 29.8%;
  left: 72.6%;
  text-align: center;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount {
  top: 72.8%;
  }
}

.menu-restaurant-item.style-banner .discount img {
  width: 157px;
  height: 157px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount img {
  min-width: 110px;
  width: 110px;
  height: 110px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  z-index: 1;
}

.menu-restaurant-item.style-banner .discount .text {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .text {
  font-size: 12px;
  line-height: 20px;
  }
}

.menu-restaurant-item.style-banner .discount .discount-number {
  font-family: var(--font-main2);
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .menu-restaurant-item.style-banner .discount .discount-number {
  font-size: 28px;
  line-height: 26px;
  }
}

.project-item.style-1 {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 10px 30px;
}

.project-item.style-1 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

.project-item.style-1 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

@media (min-width: 992px) {
  .project-item.style-1 .content {
  padding-left: 22px;
  padding-right: 22px;
  }
}

.project-item.style-2 {
  background-color: var(--White-8);
}

@media (max-width: 991px) {
  .project-item.style-2 .row {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .content {
  display: grid;
  row-gap: 48px;
  column-gap: 48px;
}

@media (min-width: 992px) {
  .project-item.style-2 .content {
  max-width: 640px;
  }
}

@media (max-width: 991px) {
  .project-item.style-2 .content {
  row-gap: 24px;
  column-gap: 24px;
  }
}

.project-item.style-2 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 991px) {
  .project-item.style-2 .img-style {
  max-height: 400px;
  }
}

.project-item.style-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item.style-2 .info {
  display: flex;
}

@media (max-width: 575px) {
  .project-item.style-2 .info {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  }
}

.project-item.style-2 .info li:not(:last-child) {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child) {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.project-item.style-2 .info li:not(:last-child)::after {
  position: relative;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-8);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1440px) {
  .project-item.style-2 .info li:not(:last-child)::after {
  margin-right: 20px;
  }
}

@media (min-width: 1441px) {
  .project-item.style-2 .info .info-item {
  width: 159px;
  }
}

.feature-item {
  display: flex;
  row-gap: 80px;
  column-gap: 80px;
  align-items: center;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-8);
  box-shadow: rgba(54, 95, 104, 0.1) 3px 10px 25px 0px;
}

@media (max-width: 1199px) {
  .feature-item {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .feature-item {
  flex-direction: column;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (min-width: 768px) {
  .feature-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .feature-item .img-style {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.feature-item .img-style {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .feature-item .img-style {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.feature-item .content p {
  max-width: 675px;
}

@media (max-width: 991px) {
  .feature-item .content p {
  margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .feature-item .content .list {
  row-gap: 10px;
  column-gap: 10px;
  }
}

.feature-item .list i {
  color: var(--Primary-8);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .feature-item.ctl .content {
  padding-left: 60px;
  }
}

.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--Line-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start;
  }
}

.package-item .content, .package-item .wrap-price {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 575px) {
  .package-item .content {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.package-item .price {
  padding: 8px 16px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
  background-color: var(--Primary-8);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.package-item .img-style {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-shrink: 0;
}

.package-item:hover .content {
  padding-left: 1rem;
}

.package-item:hover .wrap-price {
  padding-right: 1rem;
}

.portfolio-item .category {
  letter-spacing: 1.2px;
}

.portfolio-item .img-style {
  width: 100%;
}

.portfolio-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-2 .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}

.portfolio-item.style-2 .img-style img {
  width: 100%;
}

.portfolio-item.style-2 .content {
  display: flex;
  flex-direction: column;
}

.portfolio-item.style-2 .category {
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.portfolio-item.style-2 .btn-arrow {
  height: 40px;
  width: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-8);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--Bg-light-8);
}

@media (max-width: 425px) {
  .portfolio-item.style-2 .btn-arrow {
  display: none;
  }
}

.portfolio-item.style-2 .btn-arrow:hover {
  background-color: var(--Secondary);
}

.portfolio-item.style-3 {
  background-color: var(--White-8);
}

@media (max-width: 1024px) {
  .portfolio-item.style-3 .heading {
  margin-bottom: 20px;
  }
}

.portfolio-item.style-3 .content {
  padding: 30px 0px;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .content {
  max-width: 550px;
  }
}

.portfolio-item.style-3 .wrap-tag {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
}

.portfolio-item.style-3 .tag {
  height: 32px;
  padding: 0px 16px;
  border: 1px solid var(--Text-primary-8);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  color: var(--Text-primary-8);
}

.portfolio-item.style-3 .img-style {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 1441px) {
  .portfolio-item.style-3 .img-style {
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0px;
  }
}

.portfolio-item.style-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item.style-3 .wrap-info {
  display: flex;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  position: relative;
  max-width: 455px;
}

.portfolio-item.style-3 .wrap-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--Line-8);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.portfolio-item.style-3 .custom-cursor {
  background-color: var(--Bg-dark-9);
  color: var(--White-8);
}

@media (max-width: 991px) {
  .portfolio-item .custom-cursor {
  display: none;
  }
}

.box-calculator .wrap-box-icon {
  display: grid;
  row-gap: 24px;
  column-gap: 24px;
}

.box-calculator .box-icon {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.box-calculator .box-icon .icon {
  font-size: 32px;
  color: var(--Primary-8);
}

@media (min-width: 992px) {
  .box-calculator .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 23.5%;
  padding-right: 40px;
  border-right: 1px solid var(--Line-8);
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left {
  margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .box-calculator .box-left .title {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .box-calculator {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  }
}

@media (min-width: 992px) {
  .box-calculator .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.amenities-item .icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(231, 246, 76, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary-8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.benefit-item .icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: relative;
  z-index: 1;
}

.benefit-item .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 52px 28px 28px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .box-booking {
  display: flex;
  }
}

@media (min-width: 992px) {
  .box-booking .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62%;
  }
}

@media (min-width: 992px) {
  .box-booking .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 49.2%;
  }
}

.box-booking .heading {
  margin-bottom: 32px;
}

.box-booking .progress-container {
  position: relative;
  height: 24px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-booking .progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: 1;
}

.box-booking .progress-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.box-booking .step {
  display: none;
}

.box-booking .step.active {
  display: block;
}

.box-booking .wrap-radio {
  row-gap: 12px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.box-booking .radio-group {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
}

.box-booking .box-left {
  position: relative;
}

.box-booking .box-left .img-style {
  width: 100%;
  height: 100%;
}

.box-booking .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 423px;
}

.box-booking .box-right {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .box-booking .box-right {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .box-right {
  padding: 60px 48px;
  }
}

.box-booking .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.box-booking .content {
  display: grid;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 75px;
  margin-bottom: 75px;
  margin-right: 40px;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 991px) {
  .box-booking .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .box-booking .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .box-booking .content {
  padding: 30px 15px;
  }
}

.box-booking .content .heading {
  margin-bottom: 0px;
}

.box-booking .content ul {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .box-booking .content ul {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.box-booking .content ul li {
  display: flex;
  row-gap: 12px;
  column-gap: 12px;
  align-items: center;
}

.box-booking .content ul .icon {
  height: 48px;
  width: 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: var(--White-8);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.box-booking .content .dot {
  position: absolute;
  background-color: var(--Primary-8);
  width: 12px;
  height: 12px;
}

.box-booking .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.box-booking .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.box-booking .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.box-booking .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.box-booking .tf-btn {
  cursor: pointer;
}

.news-item {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.news-item .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 335px;
}

.news-item .number {
  margin-bottom: 16px;
}

.news-item .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-item .title {
  margin-bottom: 12px;
  }
}

.news-item .wrap-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .content {
  margin-bottom: 24px;
}

.news-item .content p {
  padding: 4px 8px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: max-content;
}

.news-item .btn-arrow {
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Bg-light-8);
  font-size: 24px;
  color: var(--Text-primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
}

.news-item .btn-arrow i {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.news-item .btn-arrow:hover {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.news-item:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.donation-card {
  padding: 20px 20px 19px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.donation-card .img-style {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.donation-card .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.donation-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.donation-card__tag {
  padding: 6px 20px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--White-8);
}

.donation-card__progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.donation-card__progress::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 58.1%;
  background-color: var(--Line-8);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.donation-card__progress > div {
  max-width: 157px;
  width: 100%;
}

.donation-card:hover {
  border-color: var(--Primary-8);
}

.donation-card:hover .tf-btn {
  background-color: var(--Primary-8);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 30px 0px;
  color: var(--White-8) !important;
}

.donation-card:hover .tf-btn span:nth-child(2) {
  transform: translateY(0px);
}

.tf-progress-bar {
  width: 100%;
  background-color: var(--White-8);
  height: 8px;
  position: relative;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.tf-progress-bar .value {
  height: 100%;
  background: var(--Primary-8);
  position: relative;
  transition-behavior: normal;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: width;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.tf-progress-bar .number {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 5px;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.lookbook-item .dropdown-menu {
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 4px !important;
}

.lookbook-item .lookbook-content {
  padding: 13px 40px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: var(--Bg-light-8);
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

@media (min-width: 1600px) {
  .lookbook-item .dropdown.dropup .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0px;
  height: 0px;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top: 6px solid var(--Bg-light-8);
  }
}

.wg-booking-step .steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.wg-booking-step .steps .stepbar {
  height: 20px;
  display: block;
  background-color: var(--Text-muted-8);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.wg-booking-step .steps .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-muted-8);
  margin-bottom: 12px;
}

.wg-booking-step .steps .active .stepbar {
  background-color: var(--Primary-8);
}

.wg-booking-step .steps .active .title-step {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Primary-8);
}

.wg-booking-step .tf-grid-layout {
  row-gap: 24px;
  column-gap: 30px;
}

.wg-booking-step .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.wg-booking-step .form-step {
  display: none;
}

.wg-booking-step .form-step.active {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: fadeInUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.wg-booking-step .btn-wrap {
  border-top: 1px solid var(--Line-8);
  padding-top: 24px;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .wg-booking-step .btn-wrap {
  padding-top: 40px;
  margin-top: 40px;
  }
}

.wg-booking-step .input-error {
  background-color: rgb(255, 236, 236);
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: red !important;
  border-right-color: red !important;
  border-bottom-color: red !important;
  border-left-color: red !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.wg-booking-step .error-msg {
  color: red;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .section-about .wrap-content {
  margin-left: 65px;
  }
}

.section-about .box-about .counter-item {
  text-align: center;
  row-gap: 7px;
  column-gap: 7px;
}

@media (max-width: 991px) {
  .section-about .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about .tf-btn {
  margin-top: 28px;
  }
}

.section-about-1 .counter {
  padding-top: 40px;
  border-top: 1px solid var(--Secondary);
  margin-bottom: 8px;
}

.section-about-1 .widget-video {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-about-1 .heading-section .right {
  padding-left: 25px;
  }
}

.section-about-2 .box-left {
  max-width: 1126px;
}

@media (max-width: 991px) {
  .section-about-2 .box-left {
  margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section-about-2 .text {
  letter-spacing: 0.7px;
  }
}

@media (max-width: 768px) {
  .section-about-2 .text {
  margin-bottom: 16px;
  }
}

.section-about-2 .tf-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-about-2 .tf-btn {
  margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 15px;
  column-gap: 15px;
  }
}

@media (min-width: 1441px) {
  .section-about-2 .box-about .wrap-content {
  margin-left: 46px;
  margin-right: 5px;
  }
}

@media (max-width: 1440px) {
  .section-about-2 .box-about .wrap-content {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-about-2.v2 .scroll-effect .text-change-color div {
  color: transparent;
  background: linear-gradient(to right, var(--White-8) 50%, #8f9580 50%) no-repeat;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition-behavior: normal;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
  transition-delay: 0s;
  transition-property: background-size;
}

@media (min-width: 1200px) {
  .section-about-3 .heading-section-5 .left {
  max-width: 517px;
  }
}

.section-about-3 .tf-grid-layout {
  row-gap: 40px;
}

.section-about-4 {
  background-image: url("../../assets/images/shape/saas-shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about-4 .row {
  row-gap: 40px;
}

.section-about-4 .thumbs {
  padding: 24px 27px 27px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.01);
  border-right-color: rgba(255, 255, 255, 0.01);
  border-bottom-color: rgba(255, 255, 255, 0.01);
  border-left-color: rgba(255, 255, 255, 0.01);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  max-width: 540px;
}

@media (max-width: 991px) {
  .section-about-4 .thumbs {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-about-4 .thumbs .img-style {
  position: relative;
  z-index: 1;
}

.section-about-4 .thumbs .img-style img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-about-4 .item {
  top: -97px;
  left: -106px;
  pointer-events: none;
  width: 137%;
}

.section-about-4 .list {
  padding-left: 8px;
}

.section-about-4 .list li {
  position: relative;
  display: flex;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.section-about-4 .list li::before {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background-color: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (min-width: 1441px) {
  .section-about-4 .heading-section-4 {
  margin-top: 65px;
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-about-5 .content {
  padding-left: 90px;
  }
}

@media (min-width: 992px) {
  .section-about-5 .content {
  padding-left: 40px;
  }
}

.section-about-5 .heading-section {
  margin-top: 28px;
}

.section-about-5 .row {
  row-gap: 40px;
}

.section-about-5 .wrap-thumb {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.section-about-5 .thumbs {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 600px;
}

.section-about-5 .thumbs .image {
  height: 800px;
}

.section-about-5 .wrap-counter {
  padding-top: 59px;
  border-top: 1px solid var(--Line-8);
  margin-top: 59px;
  row-gap: 12px;
  column-gap: 12px;
}

@media (max-width: 768px) {
  .section-about-5 .wrap-counter {
  padding-top: 30px;
  margin-top: 30px;
  }
}

.section-about-5 .item {
  position: absolute;
  z-index: 2;
  right: -12.8%;
  bottom: 10%;
  background-color: var(--Primary-8);
  width: 140px;
  height: 140px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}

@media (max-width: 991px) {
  .section-about-5 .item {
  right: 30px;
  bottom: 10%;
  }
}

@media (max-width: 768px) {
  .section-about-5 .item {
  width: 120px;
  height: 120px;
  bottom: 15px;
  }
}

.section-about-5 .item .text-circle {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .section-about-5 .item .text-circle {
  width: 140px;
  }
}

.section-about-5 .item .text-circle .textcircle {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotate;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-about-5 .item .text-circle textpath {
  fill: var(--White-8);
}

.section-about-5 .item .text-circle .text {
  font-size: 40px;
  font-weight: 600;
}

.section-about-5 .item i {
  position: absolute;
  font-size: 40px;
  color: var(--White-8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-about-6 {
  position: relative;
}

.section-about-6 .thumbs {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-about-6 .thumbs .shape-linear-circle {
  position: absolute;
  top: 0px;
  right: 0px;
}

.section-about-6 .thumbs img {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-about-6 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (min-width: 992px) {
  .section-about-6 .content {
  padding-left: 51px;
  max-width: 652px;
  }
}

@media (max-width: 991px) {
  .section-about-6 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-6 .item {
  right: 10.55px;
  bottom: 28px;
  width: 20.2%;
}

@media (max-width: 991px) {
  .section-about-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-7 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .img-style {
  margin-left: 35px;
  }
}

.section-about-7 .img-style img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-about-7 .box-left {
  margin-right: 39px;
  }
}

.section-about-7 .quote {
  border-color: var(--Bg-light-8);
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}

@media (min-width: 768px) {
  .section-about-7 .quote {
  padding-left: 36px;
  }
}

@media (max-width: 991px) {
  .section-about-7 .quote {
  margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about-7 .quote .desc {
  line-height: 40px;
  }
}

.section-about-8 {
  background-color: var(--Bg-2);
  z-index: 2;
}

@media (min-width: 1441px) {
  .section-about-8 .content p {
  margin-right: -18px;
  }
}

@media (min-width: 1441px) {
  .section-about-8 .content .title {
  max-width: 530px;
  }
}

.section-about-8 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .section-about-8 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-8 .thumbs {
  position: relative;
}

@media (min-width: 992px) {
  .section-about-8 .thumbs {
  max-width: 560px;
  margin-left: auto;
  }
}

.section-about-8 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-8 .thumbs .icon {
  font-size: 32px;
  width: 60px;
  height: 60px;
  background-color: var(--White-8);
  color: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-8 .thumbs .contact {
  position: absolute;
  padding: 20px 28px;
  background-color: var(--Primary-8);
  bottom: 0px;
  left: 0px;
}

.section-about-8 .tf-box-icon {
  padding: 0px 20px;
}

@media (max-width: 575px) {
  .section-about-8 .tf-box-icon {
  padding: 0px;
  }
}

.section-about-8 .tf-box-icon .icon {
  color: var(--White-8);
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .section-about-8 .tf-box-icon:not(:nth-child(2n)) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .section-about-8 .tf-box-icon:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-about-8 .item {
  z-index: -1;
}

.section-about-8 .item-1 {
  left: 43.45px;
  top: 37%;
}

.section-about-8 .item-2 {
  right: 44.45px;
  top: 14%;
}

.section-about-8 .item-3 {
  left: 25.6px;
  bottom: 23%;
}

.section-about-8 .item-4 {
  right: 97px;
  bottom: 23%;
}

.section-about-8 .tf-btn {
  margin-top: 30px;
}

.section-about-8 .leaf {
  bottom: -259px;
  right: 0px;
  z-index: -1;
}

.section-about-9 .img-style {
  height: 100%;
}

.section-about-9 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-9 .wrap-counter {
  height: 100%;
  padding: 59px 115px;
  justify-content: space-between;
}

@media (min-width: 1441px) {
  .section-about-9 .wrap-counter {
  row-gap: 100px;
  column-gap: 140px;
  }
}

@media (max-width: 1440px) {
  .section-about-9 .wrap-counter {
  padding: 40px 0px 0px;
  }
}

.section-about-9 .wrap-counter .counter-item .line {
  width: 80px;
  height: 2px;
  background-color: var(--Primary-8);
  margin-top: 11px;
  margin-bottom: 11px;
}

.section-about-10 img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.section-about-11 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-11 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 {
  background-color: var(--Bg-light-8);
}

.section-about-12 .content {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-about-12 .content {
  margin-bottom: 40px;
  }
}

.section-about-12 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-12 .box-counter {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: var(--White-8);
}

@media (max-width: 991px) {
  .section-about-12 .box-counter {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 40px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .box-counter {
  padding-right: 123px;
  }
}

@media (min-width: 992px) {
  .section-about-12 .wrap-counter {
  margin-top: 9px;
  }
}

.section-about-12 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1441px) {
  .section-about-12 .counter-item {
  padding-bottom: 20px;
  }
}

@media (min-width: 1441px) {
  .section-about-12 .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-about-12 .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-12 .infiniteslide .text {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: transparent;
  -webkit-text-stroke: 1px var(--Secondary);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-about-12 .infiniteslide .text {
  font-size: 32px;
  line-height: 40px;
  }
}

.section-about-12 .infiniteslide i {
  font-size: 32px;
  color: var(--Primary-8);
}

.section-about-13 .left {
  max-width: 770px;
}

.section-about-13 .right {
  max-width: 555px;
}

@media (min-width: 992px) {
  .section-about-13 .right {
  margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .section-about-13 .right {
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-about-13 .row {
  row-gap: 40px;
  }
}

.section-about-13 .content {
  display: flex;
  row-gap: 12px;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .section-about-13 .content {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-about-13 .content {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-about-13 .counter-item {
  flex-shrink: 0;
}

.section-about-13 .img-style {
  position: relative;
}

.section-about-13 .item {
  right: 0px;
  bottom: 48px;
  position: absolute;
  background-color: var(--Primary-8);
  padding: 24px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-about-13 .item {
  max-width: max-content;
  bottom: 30px;
  }
}

.section-about-14 .row {
  row-gap: 40px;
}

.section-about-14 .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 600px;
}

@media (min-width: 992px) {
  .section-about-14 .img-style {
  max-width: 600px;
  }
}

.section-about-14 .img-style .img {
  height: 900px;
}

.section-about-14 .line {
  height: 80px;
  background-color: var(--Line-8);
  width: 1px;
}

@media (max-width: 575px) {
  .section-about-14 .line {
  display: none;
  }
}

.section-about-14 .wrap-counter {
  max-width: 614px;
  align-items: center;
}

@media (max-width: 991px) {
  .section-about-14 .wrap-counter {
  margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .section-about-14 .wrap-counter {
  justify-content: space-between;
  }
}

@media (max-width: 425px) {
  .section-about-14 .counter-item {
  max-width: 84px;
  }
}

@media (max-width: 991px) {
  .section-about-15 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-about-15 .quote {
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-color: var(--Bg-light-8);
  padding-left: 29px;
}

@media (max-width: 768px) {
  .section-about-15 .quote {
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-about-15 .quote .desc {
  line-height: 44px;
  }
}

.section-about-15 .box-icon {
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-about-15 .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-about-15 .box-icon .icon {
  color: var(--Text-muted-8);
  font-size: 60px;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .icon {
  font-size: 48px;
  }
}

.section-about-15 .box-icon .icon i {
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .box-icon .number {
  margin-left: auto;
  height: 64px;
  width: 64px;
  border: 1px solid var(--Line-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-about-15 .box-icon .number {
  height: 52px;
  width: 52px;
  }
}

.section-about-15 .box-icon:hover .icon {
  color: var(--Primary-8);
}

.section-about-15 .box-icon:hover .number {
  background-color: var(--Primary-8);
  border-color: var(--Primary-8);
  color: var(--White-8);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 43px;
  position: relative;
  border-bottom: 1px solid var(--Secondary);
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  background-color: var(--Primary-8);
  bottom: -1px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-about-15 .wrap-box-icon .box-icon:not(:last-child):hover::after {
  left: 0px;
  right: auto;
  width: 100%;
}

@media (min-width: 1441px) {
  .section-about-15 .box-left, .section-about-15 .wrap-box-icon {
  max-width: 665px;
  }
}

@media (min-width: 1441px) {
  .section-about-15 .wrap-box-icon {
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-about-16 {
  padding-bottom: 48px;
  }
}

.section-about-16 .img-style {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  height: 760px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-about-16 .img-style {
  height: 450px;
  }
}

.section-about-16 .img-style .img {
  height: 877px;
}

@media (max-width: 768px) {
  .section-about-16 .img-style .img {
  height: 600px;
  }
}

.section-about-16 .tf-grid-layout {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .tf-grid-layout {
  margin-top: 100px;
  }
}

.section-about-16 .row {
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-about-16 .box-content {
  max-width: 1120px;
  }
}

.section-about-16 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-about-16 .scroll-effect {
  margin-bottom: 24px;
  }
}

.section-about-17 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-about-17 .heading {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 36px;
}

.section-about-17 .content {
  padding: 80px 60px;
  background-color: rgb(26, 26, 28);
}

@media (max-width: 1199px) {
  .section-about-17 .content {
  padding: 60px 15px;
  }
}

.section-about-17 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-17 .list {
  display: grid;
  row-gap: 12px;
  column-gap: 12px;
  margin-bottom: 36px;
}

.section-about-17 .list i {
  font-size: 20px;
  color: var(--Primary-8);
}

@media (max-width: 1199px) {
  .section-mission-vision .row {
  row-gap: 40px;
  }
}

.section-mission-vision .thumb-large {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 520px;
  max-width: 520px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large {
  height: 350px;
  max-width: 100%;
  }
}

.section-mission-vision .thumb-large .img {
  height: 700px;
}

@media (max-width: 768px) {
  .section-mission-vision .thumb-large .img {
  height: 500px;
  }
}

.section-mission-vision .thumb {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 248px;
}

.section-mission-vision .thumb .img {
  height: 400px;
}

@media (min-width: 1200px) {
  .section-mission-vision .content {
  max-width: 420px;
  margin-left: -10px;
  }
}

@media (max-width: 991px) {
  .section-mission-vision .content .heading {
  margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .section-mission-vision .thumb-main {
  max-width: 520px;
  }
}

.section-mission-vision .wrap-box-icon {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon {
  margin-bottom: 24px;
  }
}

.section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .section-mission-vision .wrap-box-icon .box-icon:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  }
}

.section-mission-vision .box-icon {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-mission-vision .box-icon {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.section-mission-vision .box-icon i {
  color: var(--Primary-8);
  font-size: 60px;
}

.section-video .wrap-infiniteslide {
  background-color: var(--Primary-8);
  padding: 40px 0px;
}

@media (max-width: 575px) {
  .section-video .wrap-infiniteslide {
  padding: 25px 0px;
  }
}

.section-video .wrap-infiniteslide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-video .wrap-infiniteslide i {
  font-size: 32px;
}

.section-video img {
  min-height: 380px;
}

.section-why .wrap-box-icon {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .section-why .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 33px;
  border-bottom: 1px solid var(--Line-8);
}

@media (min-width: 992px) {
  .section-why .thumbs {
  max-width: 655px;
  margin-left: auto;
  height: 873px;
  }
}

.section-why .thumbs img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .section-why .thumbs img {
  max-height: 650px;
  }
}

@media (min-width: 992px) {
  .section-why.v2 .box-right {
  padding-left: 15px;
  }
}

.section-why-2 .img-style {
  width: 100%;
  mask-image: url("../images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-why-2 .img-style {
  max-width: 600px;
  margin-left: auto;
  }
}

.section-why-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-why-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-why-2 .wrap-counter {
  row-gap: 84px;
  column-gap: 84px;
}

@media (max-width: 991px) {
  .section-why-2 .wrap-counter {
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-why-2.v2 .img-style {
  margin-left: unset;
  margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .section-why-2.v2 .box-content {
  padding-left: 20px;
  }
}

.section-why-3 .thumbs {
  position: relative;
  padding-left: 54px;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .section-why-3 .thumbs {
  margin-bottom: 60px;
  }
}

.section-why-3 .thumbs img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}

.section-why-3 .thumbs .img-1 {
  transform: rotate(-8deg);
  width: 78.1%;
}

.section-why-3 .thumbs .img-2 {
  position: absolute;
  transform: rotate(8deg);
  bottom: -44px;
  right: 22.29px;
  width: 47.6%;
}

@media (min-width: 992px) {
  .section-why-3 .wrap-box {
  padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .section-why-3 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1441px) {
  .section-benefit .right {
  margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .section-benefit .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-benefit-2 {
  background-color: var(--Primary-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-benefit-2 .swiper {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-benefit-2 .swiper {
  margin-bottom: 40px;
  }
}

.section-benefit-2 .counter-item {
  max-width: 220px;
  width: 100%;
  position: relative;
}

.section-benefit-2 .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -87.83px;
}

@media (max-width: 1199px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -50px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  display: none;
  }
}

@media (max-width: 1100px) {
  .section-benefit-2 .counter-item:not(:last-child)::after {
  right: -12px;
  }
}

.section-benefit-2 .wrap-counter {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter {
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-benefit-2 .wrap-counter .counter-item {
  max-width: calc(50% - 10px);
  }
}

.section-benefit-2 .leaf-1 {
  left: 101px;
  top: -85px;
  z-index: -1;
}

.section-benefit-2 .leaf-2 {
  z-index: -1;
  right: -84.11px;
  top: -160px;
  width: 30%;
}

.section-benefit-3 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-benefit-3 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit-3 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-benefit-3 .box-right {
  margin-left: 70px;
  }
}

.section-benefit-3 .box-number .number {
  font-size: 44px;
  line-height: 52px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-8);
  color: var(--Primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .number {
  width: 80px;
  height: 80px;
  font-size: 38px;
  }
}

.section-benefit-3 .box-number .content {
  position: relative;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--Line-8);
}

@media (max-width: 768px) {
  .section-benefit-3 .box-number .content {
  padding-top: 18px;
  margin-top: 18px;
  }
}

.section-benefit-3 .box-number .content::after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0px;
  background-color: var(--Secondary);
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-benefit-3 .box-number:hover .number {
  background-color: var(--Secondary);
  border-color: var(--Secondary);
  color: var(--White-8);
}

.section-benefit-3 .box-number:hover .content::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-benefit-3 .wrap-box-number {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 57px;
}

@media (max-width: 991px) {
  .seciton-case-studies .wrap-portfolio-1 {
  margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .seciton-case-studies .wrap-portfolio-1, .seciton-case-studies .wrap-portfolio-2 {
  flex-direction: column;
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-overview {
  position: relative;
  z-index: 2;
}

.section-overview .wrap-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1024px) {
  .section-overview .wrap-box {
  flex-wrap: wrap;
  }
}

.section-overview .shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.section-overview .counter-item {
  padding: 41px 60px;
  background-color: var(--Bg-light-8);
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .section-overview .counter-item {
  padding: 40px 15px;
  }
}

.section-overview .testimonial {
  background-color: var(--Secondary);
  padding: 58px 60px;
}

.section-overview .testimonial > p {
  margin-bottom: 20px;
}

@media (min-width: 1441px) {
  .section-overview .testimonial > p {
  line-height: 56px;
  }
}

.section-overview .thumbs {
  height: 100%;
}

.section-overview .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-overview .col-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-overview .col-content.about {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.4%;
}

@media (max-width: 1024px) {
  .section-overview .col-content.about {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

.section-overview .col-content.mission {
  padding: 40px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  z-index: 2;
  position: relative;
  background-color: var(--Primary-8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 17px;
  column-gap: 17px;
}

@media (min-width: 1200px) {
  .section-overview .col-content.mission p {
  padding-left: 4px;
  }
}

.section-overview .col-content.vision {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20.3%;
  position: relative;
}

.section-overview .col-content.vision::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(21, 64, 64, 0) 46.28%, rgba(21, 64, 64, 0.5) 73.14%, var(--Secondary) 99.74%);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-overview .col-content.vision .content {
  padding: 40px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
}

.section-overview .col-content.vision img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .section-overview .testimonial, .section-overview .col-content.mission, .section-overview .col-content.vision .content {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-overview .col-content.mission, .section-overview .col-content.vision {
  width: calc(50% - 10px);
  }
}

.section-resume {
  background-color: var(--Secondary);
}

.section-resume .row {
  row-gap: 40px;
}

.section-resume .wrap-resume {
  background-color: var(--Secondary);
}

@media (min-width: 1441px) {
  .section-resume .box-right {
  margin-left: -5px;
  }
}

.section-resume .thumbs {
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume .thumbs {
  max-width: 666px;
  }
}

@media (max-width: 991px) {
  .section-resume .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .row {
  row-gap: 40px;
}

@media (min-width: 1441px) {
  .section-resume-2 .box-right {
  margin-left: -5px;
  }
}

.section-resume-2 .tab-content-wrap {
  min-height: 400px;
}

.section-resume-2 .thumbs {
  height: 100%;
}

@media (min-width: 1200px) {
  .section-resume-2 .thumbs {
  max-width: 665px;
  }
}

@media (max-width: 991px) {
  .section-resume-2 .thumbs {
  margin-bottom: 40px;
  }
}

.section-resume-2 .thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-resume-2 .wrap-content-resume {
  background-color: var(--Text-primary-8);
}

.section-resume-2 .wrap-banner-slide {
  background-color: var(--Primary-8);
  padding: 40px;
}

.section-resume-2 .wrap-banner-slide .infiniteslide {
  row-gap: 60px;
  column-gap: 60px;
}

.section-resume-2 .wrap-banner-slide .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  display: flex !important;
}

.section-resume-2 .wrap-banner-slide .banner-inner i {
  color: var(--Text-primary-8);
  font-size: 32px;
}

.section-resume-2 .tab-content-wrap {
  height: 100%;
}

.section-resume-2.v2 .wrap-content-resume {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team {
  background-color: var(--Bg-light-8);
}

.section-team .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team .tf-grid-layout {
  row-gap: 40px;
  column-gap: 20px;
}

.section-team-2 .tf-social {
  row-gap: 12px;
  column-gap: 12px;
}

.section-team-3 .heading-section-5 .btn_link {
  padding: 2px 0px;
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  align-items: center;
  max-width: max-content;
}

.section-team-3 .heading-section-5 .btn_link i {
  font-size: 20px;
}

.section-team-3 .heading-section-5 .btn_link span {
  position: relative;
}

.section-team-3 .heading-section-5 .btn_link span::after, .section-team-3 .heading-section-5 .btn_link span::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--Text-primary-8);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link span::after {
  width: 0px;
  left: 0px;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-team-3 .heading-section-5 .btn_link:hover {
  color: var(--Primary-8);
}

.section-team-3 .heading-section-5 .btn_link:hover span::after, .section-team-3 .heading-section-5 .btn_link:hover span::before {
  background-color: var(--Primary-8);
}

.section-team-3 .heading-section-5 .btn_link:hover span::before {
  width: 0px;
}

.section-team-3 .heading-section-5 .btn_link:hover span::after {
  width: 100%;
}

@media (min-width: 1441px) {
  .section-team-3 .heading-section-5 .right {
  padding-left: 89px;
  }
}

@media (max-width: 1199px) {
  .section-team-3 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-team-4 .tf-grid-layout {
  row-gap: 48px;
  }
}

.section-team-5 {
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-team-5 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

.section-team-6 .card-team .img-style {
  max-height: 540px;
}

.section-team-7 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 10px;
}

.section-about-team .img-thumb {
  position: relative;
}

.section-about-team .counter-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 307.5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-width: 8px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  backdrop-filter: blur(16px);
  left: 38px;
  bottom: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-about-team .counter-item {
  max-width: 220.5px;
  left: 20px;
  bottom: 20px;
  }
}

@media (max-width: 768px) {
  .section-about-team .counter-item {
  max-width: 187.5px;
  }
}

@media (max-width: 991px) {
  .section-about-team .counter-item p {
  padding: 0px 7px;
  }
}

.section-about-team .img-thumb img {
  min-height: 450px;
  object-fit: cover;
}

.team-purpose-showcase .wrap-showcase {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.team-purpose-showcase .col-image-1 {
  justify-items: end;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .team-purpose-showcase .col-image-1, .team-purpose-showcase .col-image, .team-purpose-showcase .wrap-showcase {
  row-gap: 5px;
  column-gap: 5px;
  }
}

.section-service .element, .section-portfolio-6 .element {
  padding-bottom: 40px;
}

.section-service .service-item, .section-portfolio-6 .service-item {
  background-color: var(--White-8);
}

.section-service-2 {
  background-color: var(--Secondary);
}

.section-service-2 .tf-box-icon {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.section-service-3 {
  background-color: var(--Text-primary-8);
}

.section-service-4 {
  background-color: var(--Bg-light-8);
}

.section-service-4 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .section-service-5 .wrap {
  flex-direction: column;
  }
}

@media (max-width: 991px) {
  .section-service-5 .tab-slide.style-3 {
  max-width: 100%;
  }
}

.section-service-6 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-service-7 {
  position: relative;
  background-color: var(--Bg-light-8);
  z-index: 2;
}

.section-service-7 .item {
  right: 0px;
  top: 95px;
  z-index: -1;
}

.section-service-9 {
  background-color: var(--Text-primary-8);
}

@media (min-width: 1441px) {
  .section-service-9 .heading-section-2 .right {
  padding-left: 71px;
  }
}

@media (min-width: 1200px) {
  .section-service-9 .heading-section p {
  padding-left: 62px;
  }
}

.section-service-9 .sw-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.section-service-9 .sw-button.nav-prev-layout {
  left: 20px;
}

.section-service-9 .sw-button.nav-next-layout {
  right: 20px;
}

.section-service-11 .tf-grid-layout {
  row-gap: 40px;
}

.section-service-12 {
  background-color: var(--Bg-light-8);
}

.section-service-13 {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .section-service-15 .heading-section-5 .right {
  margin-left: 96px;
  }
}

.section-service-16 {
  background-color: var(--Secondary);
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .section-service-16 {
  padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .section-service-16 .tf-grid-layout {
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .section-service-16 .heading-section-5 .right {
  max-width: 625px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item {
  position: relative;
  }
}

@media (min-width: 992px) {
  .section-service-16 .service-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -20px;
  top: 0px;
  }
}

.section-service-17 .tf-grid-layout {
  row-gap: 40px;
}

.section-cta {
  background-color: var(--Primary-8);
}

@media (min-width: 1441px) {
  .section-cta .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 991px) {
  .section-cta .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .section-cta .content {
  padding-left: 2px;
  }
}

@media (max-width: 991px) {
  .section-cta-2 .heading {
  margin-bottom: 12px;
  }
}

.section-cta-2 .content-inner {
  background-color: var(--Primary-8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 79px 80px 80px;
}

@media (max-width: 575px) {
  .section-cta-2 .content-inner {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-cta-2 .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .section-cta-2 .content {
  padding-left: 70px;
  }
}

.section-cta-3 .box {
  padding: 60px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.section-cta-3 .form-newsletter {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-3 .form-newsletter .tf-btn {
  right: 8px;
}

@media (min-width: 992px) {
  .section-cta-3 .form-newsletter .tf-btn {
  padding: 16px 40px;
  }
}

.section-cta-3 fieldset input {
  height: 72px;
}

.section-cta-4 .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--Secondary);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1441px) {
  .section-cta-4 .content {
  padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .section-cta-4 .wrap-btn {
  flex-wrap: wrap;
  }
}

.section-cta-5 {
  background-color: var(--Primary-8);
}

.section-cta-5 .content-inner {
  display: flex;
  align-items: center;
  row-gap: 68px;
  column-gap: 68px;
  padding: 0px 15px;
}

@media (min-width: 1200px) {
  .section-cta-5 .content-inner {
  padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  .section-cta-5 .content-inner {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-cta-5 .content-inner {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-cta-5 .content-inner {
  padding: 0px 80px;
  }
}

.section-strategy .heading-section .right {
  width: 100%;
}

@media (min-width: 768px) {
  .section-strategy .heading-section .right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 768px) {
  .section-strategy .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 64%;
  }
}

@media (max-width: 768px) {
  .section-strategy .heading-section .tf-btn {
  margin-left: auto;
  margin-right: auto;
  }
}

.section-strategy .we-offer {
  margin-top: 60px;
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .section-strategy .we-offer {
  padding: 40px;
  }
}

@media (min-width: 1441px) {
  .section-strategy .we-offer {
  padding: 80px;
  }
}

.section-strategy .tf-box-icon {
  position: relative;
}

.section-strategy .tf-box-icon:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Line-8);
}

.section-strategy .tf-box-icon:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--Secondary);
  width: 0px;
  height: 1px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-strategy .tf-box-icon:not(:last-child):hover::after {
  width: 100%;
}

.section-strategy .thumbs img {
  min-height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-strategy .thumbs {
  margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-strategy.v2 {
  padding-bottom: 72px;
  }
}

.section-strategy.v2 .thumbs {
  position: relative;
  max-height: 680px;
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs {
  max-height: 400px;
  }
}

.section-strategy.v2 .thumbs img {
  height: 900px;
}

@media (max-width: 991px) {
  .section-strategy.v2 .thumbs img {
  height: 800px;
  }
}

@media (max-width: 575px) {
  .section-strategy.v2 .thumbs img {
  height: 500px;
  }
}

@media (max-width: 768px) {
  .section-strategy.v2 .thumbs img {
  height: 700px;
  }
}

.section-strategy.v2 .tf-box-icon:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-8);
}

.section-strategy.v2 .tf-box-icon:not(:last-child)::after {
  background-color: var(--Primary-8);
}

.section-strategy.v2 .tf-box-icon .icon {
  background-color: rgb(16, 16, 16);
}

.section-strategy.v2 .tf-box-icon i {
  color: var(--Primary-8);
}

.section-strategy.v2 .tf-box-icon:hover i {
  color: var(--Text-primary-8);
}

@media (min-width: 1200px) {
  .section-strategy.v2 .we-offer {
  margin-top: 74px;
  }
}

.section-expected-outcomes .heading-section {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .heading-section {
  max-width: 715px;
  }
}

@media (max-width: 768px) {
  .section-expected-outcomes .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-expected-outcomes .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-expected-outcomes .list li {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.section-expected-outcomes .list i {
  color: var(--Secondary);
  font-size: 24px;
}

@media (min-width: 1200px) {
  .section-expected-outcomes .content {
  padding-left: 36px;
  }
}

@media (min-width: 992px) {
  .section-expected-outcomes.v2 .img-thumbs {
  max-width: 555px;
  }
}

.section-expected-outcomes.v2 .list i {
  color: var(--Primary-8);
}

.section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
}

@media (max-width: 768px) {
  .section-process .wrap-process, .section-process-3 .wrap-process {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-process .box-process, .section-process-3 .box-process {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-process .box-process, .section-process-3 .box-process {
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-process .box-process .img-process, .section-process-3 .box-process .img-process {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.section-process .box-process .content, .section-process-3 .box-process .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 19.4%;
}

@media (min-width: 992px) {
  .section-process .box-process .content, .section-process-3 .box-process .content {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-process .box-process .content .heading-section, .section-process-3 .box-process .content .heading-section {
  max-width: 480px;
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-process-2 .wrap {
  padding: 60px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media (max-width: 1199px) {
  .section-process-2 .wrap {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-process-2 .wrap {
  padding: 24px 15px;
  }
}

.section-process-2 .box-process {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
  padding: 5px 0px;
}

.section-process-2 .box-process:not(:last-child) {
  margin-bottom: 40px;
}

.section-process-2 .box-process .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--White-8);
  display: inline-block;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 14px 0px 14px 25px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}

.section-process-2 .box-process .number span {
  display: block;
}

@media (min-width: 768px) {
  .section-process-2 .box-process .number span {
  width: 59px;
  }
}

.section-process-2 .box-process:hover .number, .section-process-2 .box-process.active .number {
  padding-left: 0px;
  padding-right: 25px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  border-left-color: transparent;
  -webkit-text-stroke: 1px var(--Primary-8);
}

.section-process-2 .heading-section {
  margin-top: 11px;
}

@media (min-width: 992px) {
  .section-process-2 .img-style {
  max-width: 595px;
  margin-left: auto;
  }
}

.section-process-3 .wrap-process {
  background-color: var(--White-8);
}

.section-process-3 .tab-slide .item-slide-effect {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(78, 73, 231, 0.1);
}

@media (min-width: 992px) {
  .section-process-4 .box-process {
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-process-4 .box-process {
  padding: 0px 80px;
  }
}

.section-process-4 .thumbs {
  text-align: center;
}

.section-process-4 .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-process-4 .tf-grid-layout {
  row-gap: 40px;
}

.section-process-4 .process-item {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  cursor: pointer;
}

.section-process-4 .process-item .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 1px solid var(--Line-8);
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  flex-shrink: 0;
}

.section-process-4 .process-item:not(:last-child) {
  margin-bottom: 60px;
}

.section-process-4 .process-item:not(:last-child) .number::after {
  content: "";
  position: absolute;
  height: 0px;
  border-left: 1px dashed var(--Line-8);
  top: 100%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-4 .process-item:hover .number {
  background-color: var(--Primary-8);
  color: var(--White-8);
}

.section-process-4 .process-item:hover .number::after {
  border-color: var(--Primary-8);
}

.section-process-4 .process-item:hover .number::after, .section-process-4 .process-item:has(~ .process-item:hover) .number::after {
  height: 100px;
}

@media (min-width: 576px) {
  .section-process-5 .wrap-process, .section-process-7 .wrap-process {
  display: flex;
  justify-content: space-between;
  z-index: 4;
  row-gap: 40px;
  column-gap: 15px;
  }
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  flex-shrink: unset;
  }
}

.section-process-5 .process-item, .section-process-7 .process-item {
  text-align: center;
}

@media (min-width: 576px) {
  .section-process-5 .process-item, .section-process-7 .process-item {
  max-width: 336.67px;
  }
}

.section-process-5 .icon, .section-process-7 .icon {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-8);
  background-color: var(--Bg-light-8);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .section-process-5 .icon, .section-process-7 .icon {
  max-width: 140px;
  }
}

.section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 80px;
  color: var(--Primary-8);
}

@media (max-width: 768px) {
  .section-process-5 .icon i, .section-process-7 .icon i {
  font-size: 56px;
  }
}

.section-process-5 .icon .number, .section-process-7 .icon .number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-family: var(--font-main2);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--Primary-8);
  color: var(--White-8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.section-process-5 .line-1, .section-process-7 .line-1 {
  top: 0px;
  left: 19.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-5 .line-2, .section-process-7 .line-2 {
  top: 46%;
  transform: translateY(-50%);
  right: 18.6%;
  width: 22.91%;
  z-index: -1;
}

.section-process-6 {
  background-color: var(--Secondary);
}

.section-process-6 .heading-section-5 {
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-process-6 .heading-section-5 {
  margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-process-6 svg {
  width: 150px;
  height: 124px;
  }
}

.section-process-6 .animated .path-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: draw;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-process-7 .icon {
  max-width: 120px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-style: unset;
  border-right-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  border-left-color: unset;
  border-left-style: unset;
  border-left-width: unset;
  border-image-source: unset;
  border-image-slice: unset;
  border-image-width: unset;
  border-image-outset: unset;
  border-image-repeat: unset;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.section-process-7 .icon i {
  font-size: 60px;
}

.section-process-7 .icon .number {
  top: -14px;
  left: -14px;
  transform: unset;
  border: 4px solid var(--White-8);
  color: var(--Text-primary-8);
}

.section-process-7 .icon i {
  color: var(--Text-primary-8);
}

.section-process-7 .swiper {
  padding-top: 12px;
  margin-top: -12px;
}

@media (min-width: 576px) {
  .section-process-7 .process-item {
  max-width: 400px;
  }
}

.section-process-7 .process-item:hover .icon {
  background-color: var(--Primary-8);
}

@media (min-width: 1200px) {
  .section-process-7 .wrap-process {
  padding-left: 65px;
  padding-right: 65px;
  }
}

.section-process-7 .line-1 {
  left: 25.6%;
}

.section-process-7 .line-2 {
  top: 39%;
  right: 20.3%;
}

.section-process-8 {
  position: relative;
  z-index: 3;
}

.section-process-8 .process-item {
  max-width: 307.5px;
}

.section-process-8 .process-item .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px dashed var(--Line-8);
  font-size: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-8);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

@media (max-width: 768px) {
  .section-process-8 .process-item .icon {
  max-width: 100px;
  margin-bottom: 24px;
  font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item .icon::after {
  content: "";
  position: absolute;
  width: 219%;
  border: 2px dashed var(--Line-8);
  right: 100%;
  transform: rotate(-18deg);
  top: 77%;
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  z-index: -1;
  }
}

.section-process-8 .process-item .number {
  top: -2px;
  left: -1.75px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: var(--Primary-8);
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-process-8 .wrap-box-process {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 15px;
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process {
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .section-process-8 .wrap-box-process {
  column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-process-8 .wrap-box-process .process-item {
  max-width: calc(50% - 15px);
  width: 100%;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) {
  margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:nth-child(2n+1) .icon::after {
  top: 26%;
  transform: rotate(18deg);
  }
}

@media (min-width: 992px) {
  .section-process-8 .process-item:first-child .icon::after {
  display: none;
  }
}

.section-process-8 .process-item:hover .icon, .section-process-8 .process-item:has(~ .process-item:hover) .icon {
  border-color: var(--Primary-8);
  color: var(--Primary-8);
}

.section-process-8 .process-item:hover .icon::after, .section-process-8 .process-item:has(~ .process-item:hover) .icon::after {
  border-color: var(--Primary-8);
}

.section-process-9 .wrap {
  background-color: var(--Bg-dark-9);
}

.section-process-9 .content-inner {
  display: flex;
  row-gap: 40px;
}

@media (min-width: 992px) {
  .section-process-9 .content-inner {
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-process-9 .content-inner {
  flex-direction: column;
  }
}

@media (min-width: 1441px) {
  .section-process-9 .content-inner {
  column-gap: 80px;
  }
}

.section-process-9 .wrap-img {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-process-9 .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 44.6%;
  }
}

@media (min-width: 992px) {
  .section-process-9 .box-right {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-process-9 .wrap-banner-slide {
  padding: 40px 0px;
  background-color: var(--Bg-light-8);
}

@media (max-width: 768px) {
  .section-process-9 .wrap-banner-slide {
  padding: 24px 0px;
  }
}

.section-process-9 .banner-inner {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
  margin-right: 60px;
  display: flex !important;
}

@media (max-width: 768px) {
  .section-process-9 .banner-inner {
  row-gap: 40px;
  column-gap: 40px;
  margin-right: 40px;
  }
}

.section-process-9 .banner-inner i {
  font-size: 32px;
  color: var(--Text-primary-8);
}

.section-carrer .desc {
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-carrer .desc {
  row-gap: 16px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-carrer .desc {
  flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 42.3%;
  }
}

@media (min-width: 768px) {
  .section-carrer .heading-section .img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (max-width: 768px) {
  .section-carrer .thumbs {
  margin-bottom: 40px;
  }
}

.section-carrer .hiring {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-carrer .hiring {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading {
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  align-items: start !important;
  }
}

.section-carrer .hiring .wrap-box {
  background-color: var(--Secondary);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-carrer .hiring .content-inner {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading .title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-carrer .hiring .heading p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 27.3%;
  }
}

@media (max-width: 991px) {
  .section-carrer .hiring .heading br {
  display: none;
  }
}

.section-carrer-detail .thumbs-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1441px) {
  .section-carrer-detail .carrer-detail {
  padding-left: 80px;
  margin-right: -10px;
  }
}

.section-carrer-detail .list {
  padding-left: 30px;
  max-width: 806px;
}

.section-carrer-detail .sidebar-carrer {
  position: relative;
  padding: 40px;
  background-color: var(--Bg-light-8);
}

@media (min-width: 992px) {
  .section-carrer-detail .sidebar-carrer {
  max-width: 360px;
  margin-left: auto;
  margin-top: -199px;
  }
}

@media (max-width: 768px) {
  .section-carrer-detail .sidebar-carrer {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-carrer-detail .sidebar-carrer span {
  display: block;
}

.section-carrer-detail .sidebar-carrer .infor {
  display: grid;
  row-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 991px) {
  .section-carrer-detail .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .wrap {
  display: flex;
  row-gap: 96px;
  column-gap: 96px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

@media (max-width: 1440px) {
  .section-portfolio .wrap {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-portfolio .element {
  padding-bottom: 40px;
}

.section-portfolio .portfolio-item {
  background: var(--White-8);
}

.section-portfolio .wrap-portfolio {
  display: grid;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 991px) {
  .section-portfolio .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-portfolio-3 .heading-section-5 .right {
  max-width: 475px;
  margin-left: auto;
  }
}

.section-portfolio-3 .wg-pagination {
  margin-top: 58px;
}

@media (max-width: 768px) {
  .section-portfolio-3 .wg-pagination {
  margin-top: 40px;
  }
}

.section-portfolio-4 {
  --spacing: 96px;
}

@media (max-width: 991px) {
  .section-portfolio-4 {
  --spacing: 60px;
  }
}

.section-portfolio-4 .stack-content-wrap {
  margin-bottom: calc(var(--spacing) * -1);
}

.section-portfolio-4 .element {
  padding-bottom: var(--spacing);
  background: var(--White-8);
}

.section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--Line-8);
}

@media (max-width: 991px) {
  .section-portfolio-4 .pin-spacer:not(:last-child) .portfolio-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  }
}

.section-portfolio-5 .row {
  row-gap: 40px;
}

.section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
}

@media (min-width: 768px) {
  .section-portfolio-5 .portfolio-item .img-style {
  height: 580px;
  }
}

.section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 40px;
  column-gap: 40px;
}

@media (min-width: 992px) {
  .section-portfolio-5.v2 .wrap-portfolio {
  row-gap: 45px;
  column-gap: 45px;
  }
}

.section-portfolio-5.v2 .custom-cursor {
  background-color: var(--Primary-8);
  color: var(--Text-primary-8);
}

.thumbs-portfolio {
  position: relative;
}

.thumbs-portfolio .thumbs {
  background-color: var(--Text-primary-8);
}

.thumbs-portfolio .thumbs img {
  opacity: 0.7;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1441px) {
  .thumbs-portfolio .thumbs img {
  height: 800px;
  }
}

@media (max-width: 991px) {
  .thumbs-portfolio .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.thumbs-portfolio .content-inner {
  padding: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

@media (max-width: 1199px) {
  .thumbs-portfolio .content-inner {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .thumbs-portfolio .content-inner {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.thumbs-portfolio .content {
  background-color: var(--Bg-light-8);
  padding: 40px;
}

@media (min-width: 992px) {
  .thumbs-portfolio .content {
  max-width: 587px;
  margin-left: auto;
  }
}

@media (max-width: 768px) {
  .thumbs-portfolio .content {
  padding: 20px;
  }
}

.section-404 {
  height: 100vh;
  background-color: var(--Bg-light-8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-404 .content {
  row-gap: 32px;
  column-gap: 32px;
}

@media (min-width: 1200px) {
  .section-404 .content {
  max-width: 535px;
  }
}

@media (max-width: 768px) {
  .section-404 .content {
  row-gap: 12px;
  column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .section-404 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-newsletter-1 {
  background-color: var(--Bg-light-8);
}

.section-newsletter-1 .tf-grid-layout {
  row-gap: 0px;
  column-gap: 0px;
}

.section-newsletter-1 img {
  background-color: var(--Bg-light-8);
}

.section-newsletter-1 .content {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 565px;
  margin-left: 80px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .section-newsletter-1 .content {
  margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-1 .content {
  margin-left: 15px;
  }
}

.section-newsletter-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

.section-newsletter-1 .trust {
  max-width: 380px;
}

.section-newsletter-1 .img-thumbs {
  height: 100%;
}

.section-newsletter-1 .img-thumbs img {
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .tf-grid-layout {
  background-color: var(--Primary-8);
}

.section-newsletter-2 .content {
  padding: 60px 80px 60px 60px;
}

@media (max-width: 1199px) {
  .section-newsletter-2 .content {
  padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .section-newsletter-2 .content {
  padding: 60px 15px;
  }
}

.section-newsletter-2 .img-thumbs {
  height: 100%;
}

.section-newsletter-2 .img-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-newsletter-2 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-newsletter-2 .form-newsletter .tf-btn {
  padding-left: 40px;
  padding-right: 40px;
  }
}

.section-newsletter-2 .trust {
  max-width: 386px;
}

.section-newsletter-3 {
  position: relative;
  z-index: 4;
}

.section-newsletter-3 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-newsletter-3 .banner::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-image: url("../../demo-carservices/images/shape-1.png");
  background-size: cover;
}

.section-newsletter-3 .bg-banner {
  height: 900px;
}

.section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .section-newsletter-3 .form-newsletter.style-1 .tf-btn {
  padding: 16px 24px;
  }
}

.section-newsletter-3 .content-inner {
  padding: 138px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .section-newsletter-3 .content-inner {
  padding: 60px 0px;
  }
}

.section-newsletter-3 .content {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(12px);
  padding: 48px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-newsletter-3 .content {
  max-width: 603px;
  margin-left: auto;
  margin-right: -3px;
  }
}

@media (max-width: 768px) {
  .section-newsletter-3 .content {
  padding: 48px 15px;
  }
}

.section-newsletter-3 .content .heading {
  margin-bottom: 32px;
}

.section-newsletter-3 .dot {
  position: absolute;
  background-color: var(--Primary-8);
  width: 12px;
  height: 12px;
}

.section-newsletter-3 .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-newsletter-3 .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-newsletter-3 .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-newsletter-3 .form-newsletter fieldset input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--White-8);
}

@media (min-width: 992px) {
  .section-newsletter-3 .form-newsletter fieldset input {
  height: 72px;
  }
}

.section-newsletter-3 .form-newsletter .tf-btn {
  right: 8px;
}

.section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  display: flex;
}

@media (min-width: 768px) {
  .section-our-project .wrap-box-hover-active, .section-our-project-2 .wrap-box-hover-active {
  row-gap: 8px;
  column-gap: 8px;
  }
}

.section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 580px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-our-project .project-item .img-style img, .section-our-project-2 .project-item .img-style img {
  min-height: 360px;
  }
}

.section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  background: var(--Primary-8);
  color: var(--Text-primary-8);
}

@media (max-width: 768px) {
  .section-our-project .custom-cursor, .section-our-project-2 .custom-cursor {
  display: none;
  }
}

.section-our-project .custom-cursor.disable, .section-our-project-2 .custom-cursor.disable {
  opacity: 0 !important;
}

.section-our-project:hover, .section-our-project-2:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-our-project .project-item, .section-our-project-2 .project-item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.29, 0, 0.2, 1);
  transition-delay: 0s;
  transition-property: flex;
  }
}

@media (min-width: 768px) {
  .section-our-project .project-item.is-active, .section-our-project-2 .project-item.is-active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25.2%;
  }
}

.section-our-project-2 {
  background-color: var(--Bg-light-8);
}

.section-our-project-2 .heading-section-2 .row {
  row-gap: 16px;
}

@media (min-width: 992px) {
  .section-our-project-2 .heading-section-2 .right {
  padding-left: 86px;
  }
}

.section-our-project-2 .project-item {
  position: relative;
}

.section-our-project-2 .project-item .content {
  position: absolute;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  backdrop-filter: blur(8px);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 24px;
}

.section-request {
  position: relative;
}

.section-request .thumbs {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-request .thumbs img {
  width: 100%;
  object-fit: cover;
}

.section-request .thumbs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(24, 71, 120, 0) 0%, rgba(24, 71, 120, 0.5) 50%, rgb(24, 71, 120) 99.51%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.section-request .box-request {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .section-request .box-request {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .section-request .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-request .thumbs img {
  object-fit: cover;
  min-height: 566px;
}

@media (min-width: 1200px) {
  .section-request .box-left {
  padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .section-request .form-request {
  max-width: 500px;
  margin-left: auto;
  }
}

@media (min-width: 992px) {
  .section-faqs .accordion-wrap {
  padding-left: 20px;
  }
}

.section-faqs-1 {
  background-color: var(--Bg-light-8);
}

.section-faqs-1 .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-faqs-1 .heading-section .sub {
  margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-1 .accordion-wrap {
  padding-left: 15px;
  }
}

.section-faqs-2 .box {
  display: flex;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-faqs-2 .box {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .section-faqs-2 .box {
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  }
}

.section-faqs-2 .heading-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 34.6%;
  row-gap: 12px;
  column-gap: 12px;
}

.section-faqs-2 .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 62.6%;
}

@media (min-width: 1200px) {
  .section-faqs-3 .accordion-wrap {
  padding-left: 19px;
  }
}

.section-faqs-4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.section-faqs-4 .accordion-item:last-child {
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .section-faqs-5 .box-left {
  max-width: 800px;
  }
}

@media (min-width: 1025px) {
  .section-faqs-5 .accordion-wrap {
  max-width: 820px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .section-faqs-5 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-faqs-6 .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-faqs-6 .form-book-move, .section-faqs-6 .accordion-wrap {
  max-width: 675px;
  }
}

@media (min-width: 1200px) {
  .section-faqs-6 .accordion-wrap {
  margin-left: auto;
  }
}

.section-faqs-6 .marquee-item img {
  height: 38px;
}

.section-faqs-7 {
  background-color: var(--Bg-light-8);
  position: relative;
  z-index: 3;
}

.section-faqs-7 .item {
  top: 51px;
  z-index: -1;
}

.section-faqs-7 .accordion-item {
  background-color: var(--White-8);
}

.section-faqs-7 .row {
  row-gap: 16px;
}

.section-faqs-8 .accordion-wrap {
  display: grid;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 1200px) {
  .section-faqs-8 .accordion-wrap {
  padding-left: 36px;
  }
}

.section-faqs-8 .accordion-item:first-child {
  padding-top: 0px;
}

.section-faqs-8 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--Text-secondary-8);
}

.section-faqs-8 .accordion-item .accordion-faqs-content {
  padding-top: 6px;
}

.section-faqs-8 .accordion-item .accordion-faqs-content p {
  max-width: 703px;
}

.section-faqs-8 .wrap-faqs-item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Text-secondary-8);
}

.section-book-appointment .wrap {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment .wrap {
  flex-direction: column;
  }
}

.section-book-appointment .thumbs {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}

.section-book-appointment .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .section-book-appointment .form-book-appointment {
  max-width: 469px;
  }
}

.section-book-appointment-2 .thumbs {
  position: relative;
  display: flex;
  align-items: end;
  row-gap: 13px;
  column-gap: 13px;
  max-width: 703px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .thumbs {
  margin-right: auto;
  }
}

.section-book-appointment-2 .thumbs img {
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-book-appointment-2 .thumbs img:hover {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-book-appointment-2 .content {
  max-width: 497px;
  }
}

.section-book-appointment-2 .img-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 180px;
  width: 62.6%;
}

.section-book-appointment-2 .img-2 {
  border-top-left-radius: 125px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 24px;
  max-height: 322px;
  width: 35.5%;
}

.section-book-appointment-2 .shape-linear-circle {
  top: 26.64px;
  right: 25px;
  width: 28%;
}

@media (max-width: 991px) {
  .section-book-appointment-2 .shape-linear-circle {
  top: 0px;
  right: 0px;
  }
}

.section-book-appointment-3 .wrap {
  display: flex;
  row-gap: 40px;
  column-gap: 21px;
}

@media (max-width: 768px) {
  .section-book-appointment-3 .wrap {
  flex-direction: column;
  }
}

.section-book-appointment-3 .form-book-appointment {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 45.66%;
}

.section-book-appointment-3 .form-book-appointment .tf-btn {
  padding: 16px 28px;
}

.section-book-appointment-3 .box-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

@media (min-width: 992px) {
  .section-book-appointment-3 .box-info {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-book-appointment-3 .box-info .heading {
  margin-bottom: 30px;
  }
}

.section-book-appointment-3 .info-list li {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.section-book-appointment-3 .info-list i {
  font-size: 32px;
  color: var(--Primary-8);
}

.section-choose-delicious {
  background-color: var(--Bg-dark-2-8);
  position: relative;
  z-index: 2;
}

.section-choose-delicious .menu-restaurant {
  padding: 40px;
  background-color: var(--Bg-1);
  row-gap: 36px;
  column-gap: 60px;
}

@media (max-width: 768px) {
  .section-choose-delicious .menu-restaurant {
  padding: 30px 15px;
  }
}

.section-choose-delicious .item {
  position: absolute;
  left: 3px;
  top: 17px;
  pointer-events: none;
  z-index: -1;
}

.section-choose-delicious .leaf {
  pointer-events: none;
  position: absolute;
  right: -206px;
  top: 170px;
  z-index: -1;
}

.section-delicious-popular, .section-discount {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-delicious-popular {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-discount {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-discount .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

.section-insights .sw-button {
  height: 56px;
  width: 56px;
  font-size: 24px;
}

.section-insights-1 {
  max-width: 1870px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-insights-2 {
  background-color: var(--Bg-2);
  position: relative;
  z-index: 2;
}

.section-insights-2 .item {
  left: 0px;
  top: 9.3%;
  z-index: -1;
}

.section-insights-2 .leaf {
  top: 115px;
  z-index: -1;
  right: 0px;
}

.section-insights-4 .banner {
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-insights-4 .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  bottom: 0px;
}

.section-insights-4 .banner .img-style {
  width: 100%;
}

.section-insights-4 .banner .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-insights-4 .banner .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}

@media (max-width: 575px) {
  .section-insights-4 .banner .content {
  padding: 40px 15px;
  }
}

.section-insights-4 .banner .sale {
  height: 120px;
  width: 120px;
  background-color: var(--Primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  right: 21px;
  top: 21px;
  color: var(--White-8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .section-insights-4 .banner .sale {
  height: 100px;
  width: 100px;
  }
}

.section-insights-4 .banner .sale .price {
  display: flex;
  align-items: center;
}

.section-insights-6 {
  background-color: var(--Bg-light-8);
}

@media (max-width: 991px) {
  .section-insights-6 .heading-section {
  margin-bottom: 12px;
  }
}

.section-insights-6 .row {
  row-gap: 40px;
}

.section-insights-6 .wrap-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0px;
  column-gap: 30px;
}

@media (max-width: 575px) {
  .section-insights-6 .wrap-blog {
  grid-template-columns: 1fr;
  }
}

@media (min-width: 1441px) {
  .section-insights-6 .wrap-blog {
  margin-left: 139px;
  }
}

@media (max-width: 768px) {
  .section-insights-6 .col-blog:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-8);
  margin-bottom: 30px;
  }
}

.section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--Line-8);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-insights-6 .blog-item:not(:last-child) {
  padding-bottom: 30px;
  }
}

.section-insights-7 .blog-item .meta-post li:not(:first-child) {
  color: var(--Text-primary-8);
}

.section-banner {
  position: relative;
}

.section-banner .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Primary-8);
}

.section-banner .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .section-banner .row {
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .section-banner .wrap-btn {
  flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .section-banner .box-right {
  padding-left: 80px;
  }
}

.section-banner .content {
  position: relative;
  z-index: 1;
}

.section-banner .tf-btn {
  padding: 15px 32px;
}

.section-banner-2 {
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section-banner-2 .banner-item {
  position: relative;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.section-banner-2 .banner-item .img-style img {
  object-fit: cover;
  min-height: 500px;
}

.section-banner-2 .banner-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 59px;
}

@media (max-width: 1199px) {
  .section-banner-2 .banner-item .content {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner-2 > div {
  flex-direction: column;
  }
}

.section-banner-3 .content {
  padding: 0px 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-3 .content > div {
  max-width: 540px;
}

.section-banner-3 .banner {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 472px;
  position: relative;
}

.section-banner-3 .banner::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: rgba(16, 72, 61, 0.6);
}

.section-banner-3 .banner .bg-img {
  height: 700px;
}

.section-banner-4 {
  position: relative;
}

.section-banner-4 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .bg-banner {
  height: 1000px;
}

.section-banner-4 .box-content {
  padding: 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (min-width: 768px) {
  .section-banner-4 .box-content {
  max-width: 400px;
  }
}

.section-banner-4 .box-content .heading {
  margin-bottom: 116px;
}

.section-banner-4 .box-content .dot {
  position: absolute;
  background-color: var(--Primary-8);
  width: 12px;
  height: 12px;
}

.section-banner-4 .box-content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-banner-4 .box-content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-banner-4 .box-content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

.section-banner-5 .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
}

.section-banner-5 .sticky-section {
  height: 300vh;
  position: relative;
}

@media (max-width: 768px) {
  .section-banner-5 .sticky-section {
  height: 150vh;
  }
}

.section-banner-5 .images-wrapper {
  position: sticky;
  top: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-banner-5 .images-grid {
  position: relative;
  width: 100%;
}

.section-banner-5 .image-card {
  position: absolute;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-banner-5 .image-card {
  width: 40%;
  }
}

.section-banner-5 .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
}

.section-banner-5 .image-card:hover img {
  transform: scale(1.02);
}

.section-banner-5 .item-1 {
  top: 60px;
  left: 40px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-1 {
  left: 15px;
  }
}

.section-banner-5 .item-2 {
  top: 156px;
  right: 155px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-2 {
  right: 15px;
  }
}

.section-banner-5 .item-3 {
  bottom: 120px;
  left: 120px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-3 {
  left: 15px;
  }
}

.section-banner-5 .item-4 {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 768px) {
  .section-banner-5 .item-4 {
  right: 15px;
  }
}

.section-banner-6 .thumb {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .section-banner-6 .thumb {
  height: 400px;
  }
}

.section-banner-6 .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 60px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-banner-6 .content {
  padding: 60px 15px;
  }
}

.section-banner-7 .box-content {
  background-color: var(--Primary-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-banner-7 .box-content {
  padding: 48px 24px;
  }
}

@media (max-width: 768px) {
  .section-banner-7 .box-content {
  padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .section-banner-7 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-banner-7 .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}

.section-banner-7 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-banner-7 .heading {
  max-width: 460px;
  }
}

.section-banner-7 .box-icon {
  display: flex;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
}

.section-banner-7 .box-icon .icon {
  color: var(--White-8);
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Text-primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-8 .box {
  position: relative;
  background-color: var(--Primary-8);
  height: 812px;
  padding: 80px 15px 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box {
  height: 700px;
  }
}

@media (max-width: 768px) {
  .section-banner-8 .box {
  height: 580px;
  }
}

.section-banner-8 .box .thumb {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 115px;
  right: 140px;
}

@media (max-width: 1199px) {
  .section-banner-8 .box .thumb {
  left: 15px;
  right: 15px;
  }
}

.section-banner-8 .box .shape-circle {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  max-width: 1079px;
  width: 100%;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: rgba(255, 215, 180, 0.5);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-banner-8 .item-1 {
  left: 40px;
  bottom: 225px;
  padding: 20px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-1 {
  left: 15px;
  }
}

.section-banner-8 .item-1 img {
  max-width: 112px;
}

.section-banner-8 .item-2 {
  right: 40px;
  top: 308px;
}

@media (max-width: 1199px) {
  .section-banner-8 .item-2 {
  right: 15px;
  }
}

.section-banner-8 .item-2 p {
  padding: 10px 20px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: max-content;
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  }
}

@media (max-width: 575px) {
  .section-banner-8 .wrap-btn .tf-btn {
  width: 100%;
  max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-banner-8 .tf-btn.btn-bg-White-2 {
  padding-right: 59.5px;
  padding-left: 59.5px;
  }
}

.section-banner-8 .tf-btn.style-border-White {
  background-color: var(--Primary-8);
}

.section-banner-9 {
  position: relative;
  background-color: var(--Text-primary-8);
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-9 .thumb {
  position: absolute;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-9::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 95.67%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 168px;
}

.section-banner-9 .content-inner {
  padding-top: 100px;
  padding-bottom: 152px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-banner-9 .content-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 {
  position: relative;
  background-color: var(--Text-primary-8);
}

.section-banner-10 .thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.section-banner-10 .wrap-box {
  position: relative;
  z-index: 4;
  padding-top: 254px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-banner-10 .wrap-box {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-banner-10 .box {
  max-width: 516px;
  padding: 40px;
  background-color: var(--Primary-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 768px) {
  .section-banner-10 .box {
  padding: 30px 15px;
  }
}

.section-banner-10 .box .title {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section-banner-10 .box .title {
  margin-bottom: 24px;
  }
}

.section-banner-11 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-banner-11 .banner .bg-banner {
  height: 700px;
}

.section-banner-11 .bot {
  row-gap: 12px;
  column-gap: 20px;
}

.section-banner-11 .wrap {
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .section-banner-11 .wrap {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .section-banner-11 .wrap {
  padding-left: 15px;
  padding-right: 15px;
  }
}

.section-banner-11 .box-content {
  max-width: 530px;
  width: 100%;
}

.section-banner-11 .icon {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary-8);
  font-size: 28px;
  background-color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-banner-11 .person {
  right: 50px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .section-banner-11 .person {
  right: -19px;
  }
}

.section-banner-12 .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-12 .wrap {
  position: relative;
  padding: 220px 0px 84px;
}

@media (max-width: 991px) {
  .section-banner-12 .wrap {
  padding: 60px 0px;
  }
}

.section-banner-12 .box {
  max-width: 560px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 235, 231);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-banner-12 .box {
  padding: 30px 15px;
  }
}

.section-banner-13 .banner {
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-banner-13 .bg-banner {
  height: 900px;
}

.section-banner-13 .heading {
  padding-top: 546px;
  padding-bottom: 54px;
}

@media (max-width: 991px) {
  .section-banner-13 .heading {
  padding-top: 200px;
  }
}

.section-banner-13 .wrap-counter {
  padding: 40px 0px;
  background-color: var(--Bg-dark-9);
}

.section-banner-13 .wrap-counter .counter {
  color: var(--White-8);
}

.section-banner-13 .wrap-counter p {
  color: var(--Bg-light-8);
}

.section-lookbook {
  position: relative;
}

.section-lookbook img {
  width: 100%;
  object-fit: cover;
  min-height: 520px;
}

.section-lookbook .wrap-lookbook-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-lookbook .wrap-lookbook-item .tf-container {
  height: 100%;
}

.section-lookbook .position1 {
  position: absolute;
  right: 72.4%;
  top: 50.6%;
}

@media (max-width: 991px) {
  .section-lookbook .position1 {
  right: 91.4%;
  }
}

@media (max-width: 1440px) {
  .section-lookbook .position1 {
  right: 80.4%;
  }
}

.section-lookbook .position2 {
  position: absolute;
  top: 40.4%;
  right: 44.3%;
}

.section-lookbook .position3 {
  position: absolute;
  top: 34.1%;
  left: 87.8%;
}

@media (max-width: 1440px) {
  .section-lookbook .position3 {
  left: 94.8%;
  }
}

@media (max-width: 991px) {
  .section-integrations .row {
  row-gap: 80px;
  column-gap: 80px;
  }
}

.section-integrations .heading-section {
  row-gap: 12px;
  column-gap: 12px;
}

@media (min-width: 992px) {
  .section-integrations .heading-section {
  max-width: 665px;
  }
}

.section-integrations .content {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .section-integrations .content {
  padding-left: 0px;
  }
}

@media (max-width: 1024px) {
  .section-integrations .content {
  padding-left: 100px;
  }
}

.section-integrations .wrap-group-logo {
  display: flex;
  padding-top: 20px;
  align-items: center;
  width: 506px;
  height: 483px;
  margin-left: 117px;
}

@media (max-width: 991px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  }
}

@media (max-width: 1440px) {
  .section-integrations .wrap-group-logo {
  margin-left: 48px;
  }
}

@media (max-width: 768px) {
  .section-integrations .wrap-group-logo {
  width: unset;
  height: unset;
  }
}

.section-integrations .group-logo {
  aspect-ratio: 1 / 1;
  max-width: 391.46px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-8);
  position: relative;
  background-image: url("../../demo-aicontentwriter/images/item-9.png");
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .group-logo .logo-main img, .section-integrations .group-logo .item img {
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: rotation2;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.section-integrations .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 173.93px;
  width: 173.93px;
  background-color: var(--Primary-8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 768px) {
  .section-integrations .logo-main {
  height: 120px;
  width: 120px;
  }
}

@media (max-width: 768px) {
  .section-integrations .logo-main img {
  width: 65px;
  }
}

.section-integrations .item {
  height: 105.32px;
  width: 105.32px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 768px) {
  .section-integrations .item {
  height: 80px;
  width: 80px;
  }
}

.section-integrations .item-1 {
  background-color: rgb(255, 107, 53);
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-2 {
  background-color: rgb(34, 180, 213);
  top: 19.8%;
  left: 8.5%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-3 {
  background-color: rgb(159, 203, 84);
  top: -1%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.section-integrations .item-4 {
  background-color: rgb(252, 234, 234);
  top: 19.5%;
  right: 9%;
  transform: translate(50%, -50%);
}

.section-integrations .item-5 {
  background-color: rgb(211, 82, 223);
  top: 59.6%;
  right: -3px;
  transform: translate(50%, -50%);
}

.section-integrations .item-6 {
  background-color: rgb(91, 211, 191);
  bottom: 4.8%;
  right: 24.5%;
  transform: translate(50%, 50%);
}

.section-integrations .item-7 {
  background-color: rgb(246, 233, 213);
  bottom: 5%;
  left: 28%;
  transform: translate(-50%, 50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.section-pricing .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-2 .row {
  row-gap: 30px;
  column-gap: 30px;
  }
}

.section-pricing-3 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-8);
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  position: relative;
}

@media (max-width: 575px) {
  .section-pricing-3 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-3 .pricing-item {
  padding: 30px;
  }
}

.section-pricing-3 .swiper {
  padding: 10px;
  margin: -10px;
}

.section-pricing-3 .tf-grid-layout {
  row-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .section-pricing-3 .tab-slide.style-1 {
  margin-bottom: 24px;
  }
}

.section-pricing-3 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-8);
}

.section-pricing-3 .tab-slide.style-1 .item-slide-effect {
  background-color: rgba(78, 73, 231, 0.1);
}

.section-pricing-4 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-pricing-4 .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-pricing-4 .wrap {
  background-color: var(--Bg-dark-9);
}

.section-pricing-4 .item {
  top: 4%;
  z-index: -1;
  pointer-events: none;
}

.section-pricing-4 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

.section-pricing-4 .tab-slide .menu-tab {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 11px;
}

.section-pricing-4 .tab-slide .menu-tab li .tab-link {
  color: var(--White-8);
  padding: 8px 15px;
}

.section-pricing-4 .tab-slide .item-slide-effect {
  height: 70%;
}

@media (min-width: 992px) {
  .section-pricing-4 .box-left {
  max-width: 332px;
  }
}

.section-pricing-5 .tf-grid-layout {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 1199px) {
  .section-pricing-5 .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-pricing-6 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-6 .pricing-item {
  padding: 38px 40px 49px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--White-8);
  box-shadow: unset;
  position: relative;
}

@media (max-width: 1199px) {
  .section-pricing-6 .pricing-item {
  padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .section-pricing-6 .pricing-item {
  padding: 24px 15px;
  }
}

@media (max-width: 768px) {
  .section-pricing-6 .pricing-item {
  padding: 30px;
  }
}

@media (max-width: 1199px) {
  .section-pricing-6 br {
  display: none;
  }
}

.section-pricing-7 .pricing-item {
  width: 100%;
}

@media (min-width: 992px) {
  .section-pricing-7 .pricing-item {
  max-width: 509.33px;
  }
}

.section-pricing-7 .swiper-slide {
  position: relative;
}

.section-pricing-7 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--Line-8);
  top: 0px;
  right: -60px;
}

@media (max-width: 991px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  right: -20px;
  }
}

@media (max-width: 768px) {
  .section-pricing-7 .swiper-slide:not(:last-child)::before {
  height: unset;
  }
}

.section-pricing-7 .tab-slide .item-slide-effect {
  background-color: var(--Text-primary-8);
}

.section-pricing-7 .tab-slide .menu-tab {
  background-color: var(--Bg-light-8);
  padding: 8px;
}

.section-pricing-7 .tab-slide .menu-tab .item-slide-effect {
  height: 74%;
}

.section-pricing-7 .tab-slide .menu-tab li .tab-link {
  color: var(--Text-primary-8);
  padding: 8px 16px;
}

.section-pricing-7 .tab-slide .menu-tab li.active .tab-link {
  color: var(--White-8);
}

.section-pricing-9 {
  background-color: var(--Bg-light-8);
  padding: 80px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1441px) {
  .section-pricing-9 {
  margin-left: 75px;
  margin-right: 75px;
  }
}

.section-pricing-9 .tab-slide .item-slide-effect {
  background-color: var(--Secondary);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab {
  background-color: var(--White-8);
  padding: 8px;
}

.section-pricing-9 .tab-slide.style-1 .menu-tab .tab-link {
  padding: 8px 16px;
  color: var(--Text-primary-8);
}

.section-pricing-9 .tab-slide.style-1 .menu-tab li.active .tab-link {
  color: var(--White-8);
}

.section-pricing-9 .pricing-item .list {
  row-gap: 12px;
  column-gap: 12px;
}

.section-pricing-9 .pricing-item .list i {
  color: var(--Text-primary-8);
}

@media (max-width: 575px) {
  .section-feature .row-feature {
  flex-direction: column;
  }
}

.section-feature-2 .element:not(:last-child) {
  padding-bottom: 40px;
}

.section-feature-3 {
  position: relative;
  z-index: 2;
}

.section-feature-3 .thumbs {
  position: relative;
  padding: 20px;
  background-image: linear-gradient(103.12deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.1);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.section-feature-3 .thumbs img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  min-height: 340px;
  object-fit: cover;
}

.section-feature-3 .thumbs .item-1 {
  top: 54px;
  left: -302px;
  z-index: -1;
  pointer-events: none;
  width: 69%;
}

.section-feature-3 .thumbs .item-2 {
  top: 176px;
  right: -271px;
  pointer-events: none;
  z-index: -1;
  width: 53%;
}

.section-feature-3 .wrap-partner p {
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-feature-3 .wrap-infiniteslide {
  mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.section-feature-3 .item {
  top: 63.5%;
  z-index: -1;
  pointer-events: none;
}

.section-feature-3 .wrap-box-icon {
  background-color: var(--Bg-dark-9);
}

@media (min-width: 992px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  .section-feature-3 .wrap-box-icon .tf-box-icon:nth-child(2n+1) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.1);
  }
}

.section-feature-4 {
  position: relative;
}

.section-feature-4 .shape {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.section-feature-4 .shape img {
  object-fit: cover;
}

@media (max-width: 1440px) {
  .section-feature-4 .tf-grid-layout {
  column-gap: 15px;
  }
}

.section-program .tag {
  display: inline-block;
  padding: 8px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--Secondary);
}

.section-program .box-program {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  background-color: var(--White-8);
  padding: 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .section-program .box-program {
  padding: 24px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 1024px) {
  .section-program .box-program {
  flex-direction: column;
  align-items: start;
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program {
  padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-program .box-program .heading-section {
  margin-bottom: 16px;
  }
}

.section-program .box-program ul {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-program .box-program ul {
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 24px;
  }
}

.section-program .box-program .content-2 a {
  padding: 4px 0px;
}

.section-program .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 1024px) {
  .section-program .hover-image-2 {
  width: 100%;
  }
}

.section-program .thumbs {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 1025px) {
  .section-program .thumbs {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-program .thumbs {
  margin-left: 48px;
  margin-right: 48px;
  }
}

@media (max-width: 1024px) {
  .section-program .thumbs {
  width: 100%;
  }
}

.section-program .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-program .thumbs img {
  max-height: 500px;
  }
}

.section-program .wrap {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .section-program .wrap {
  flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .section-program .content-1, .section-program .content-2 {
  max-width: 340px;
  }
}

.section-support .video-item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}

.section-support .video-item .img-style {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .section-support .video-item .img-style {
  max-height: 500px;
  }
}

.section-support .video-item .img-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-support .video-item .content {
  padding: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-8);
}

@media (max-width: 1199px) {
  .section-support .video-item .content {
  padding: 20px 15px;
  }
}

.section-support .video-item .tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--Secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 46px;
}

@media (max-width: 991px) {
  .section-support .video-item .tag {
  margin-bottom: 16px;
  }
}

.section-support .video-item .btn-video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support .video-item .popup-youtube i {
  background-color: var(--Secondary);
  color: var(--Primary-8);
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.section-support .video-item:hover .popup-youtube {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .section-support .tf-grid-layout {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.setion-instagrams {
  background-color: var(--Primary-8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 992px) {
  .setion-instagrams .swiper-slide:nth-child(2n) {
  margin-top: 40px;
  }
}

.setion-instagrams .ins-item .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item .img-style::after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 110%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.setion-instagrams .ins-item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
  color: var(--White-8);
  z-index: 1;
  font-size: 24px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.2s;
}

.setion-instagrams .ins-item:hover .img-style {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.setion-instagrams .ins-item:hover .img-style::after {
  height: 100%;
}

.setion-instagrams .ins-item:hover .img-style i {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.setion-instagrams-2 {
  background-color: var(--Bg-light-8);
  padding: 100px 10px 10px;
}

@media (max-width: 991px) {
  .setion-instagrams-2 {
  padding: 60px 10px;
  }
}

.setion-instagrams-2 .ins-item {
  width: 100%;
  position: relative;
}

.setion-instagrams-2 .ins-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setion-instagrams-2 .ins-item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.setion-instagrams-2 .ins-item i {
  height: 60px;
  width: 60px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--White-8);
  transform: scale(1.2);
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.setion-instagrams-2 .ins-item:hover i {
  transform: scale(1);
  opacity: 1;
}

.section-packages {
  background-color: var(--Bg-light-8);
  position: relative;
  z-index: 2;
}

.section-packages .wrap-packages {
  display: grid;
  row-gap: 36px;
  column-gap: 36px;
  background-color: var(--White-8);
  padding: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (max-width: 768px) {
  .section-packages .wrap-packages {
  padding: 20px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

.section-packages .item {
  z-index: -1;
  top: 51px;
}

.section-spa-experience {
  position: relative;
}

.section-spa-experience .thumbs {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-spa-experience .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-spa-experience .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-spa-experience .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .section-spa-experience .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .section-spa-experience .content {
  padding-left: 51px;
  }
}

.section-spa-experience .tf-grid-layout {
  column-gap: 31px;
}

@media (max-width: 991px) {
  .section-spa-experience .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-spa-experience .box-icon .icon {
  margin-bottom: 18px;
  color: var(--Primary-8);
  font-size: 48px;
}

.section-spa-experience .item {
  bottom: -10px;
  right: 0px;
  width: 23.1%;
}

.section-gallery {
  position: relative;
  background-color: var(--Bg-light-8);
  z-index: 2;
}

.section-gallery .gallery {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .section-gallery .heading-section {
  max-width: 600px;
  }
}

@media (max-width: 991px) {
  .section-gallery .heading-section {
  padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .section-gallery .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-gallery .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 888px;
}

.section-gallery .wrap-gallery {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-gallery .wrap-gallery::after, .section-gallery .wrap-gallery::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(7.02deg, rgba(255, 255, 255, 0) 41.34%, rgb(251, 246, 244) 94.34%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 772px;
  height: 105px;
}

.section-gallery .wrap-gallery::after {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.section-gallery .wrap-gallery::before {
  bottom: 0px;
  right: 50%;
  transform: rotate(-180deg) translateX(-50%);
  z-index: 1;
}

.section-gallery .item-1 {
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.section-gallery .item-2 {
  top: 209px;
  right: 69px;
  z-index: -1;
}

.section-booking {
  position: relative;
  padding-top: 47px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-booking {
  padding-top: 70px;
  padding-bottom: 70px;
  }
}

.section-booking .thumbs {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.section-booking .thumbs img {
  border-top-left-radius: 300px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 24px;
  transition-behavior: normal;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0s;
  transition-property: all;
  will-change: transform;
}

.section-booking .thumbs img:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 150px;
}

.section-booking .thumbs .shape-linear-circle {
  top: 0px;
  left: 0px;
}

.section-booking .item {
  left: 79px;
  bottom: 18px;
  width: 17.4%;
}

@media (min-width: 992px) {
  .section-booking .content {
  padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .section-booking .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

.section-table-awaits {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-contact .heading-title .title, .section-contact-2 .heading-title .title {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .heading-title p, .section-contact-2 .heading-title p {
  padding-left: 62px;
  }
}

@media (min-width: 1200px) {
  .section-contact .box-info, .section-contact-2 .box-info {
  max-width: 614px;
  }
}

@media (min-width: 1200px) {
  .section-contact .form-contact, .section-contact-2 .form-contact {
  padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .section-contact .heading-title .row, .section-contact-2 .heading-title .row {
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 991px) {
  .section-contact .row, .section-contact-2 .row {
  row-gap: 50px;
  column-gap: 50px;
  }
}

.section-contact-2 .box-info {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: var(--Bg-light-8);
}

.section-contact-2 .box-info .icon {
  color: var(--Primary-8);
}

.section-contact-3 .wrap {
  padding: 57px 60px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

@media (max-width: 1199px) {
  .section-contact-3 .wrap {
  row-gap: 40px;
  column-gap: 40px;
  padding: 40px;
  }
}

@media (max-width: 991px) {
  .section-contact-3 .wrap {
  align-items: start;
  padding: 30px 15px;
  flex-direction: column;
  }
}

.section-contact-3 .hover-underline-link {
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .section-contact-3 .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

@media (min-width: 992px) {
  .section-contact-3 .form-contact-2 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.1%;
  }
}

.section-contact-3 .heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--Line-8);
}

.section-contact-3 ul i {
  font-size: 24px;
  color: var(--Text-secondary-8);
}

.section-contact-3.v2 .heading-section {
  border-bottom: 1px solid var(--Text-secondary-8);
}

.section-contact-3.v2 ul i {
  color: var(--Text-muted-8);
}

.section-contact-3.v2.has-bg .wrap {
  padding: 0px;
}

@media (min-width: 992px) {
  .section-contact-3.v2.has-bg .left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 29.4%;
  }
}

.section-contact-4 .heading-section {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-contact-4 .heading-section {
  max-width: 584px;
  }
}

.section-contact-4 .form-legal-consultation {
  padding: 60px;
  background-color: var(--Primary-8);
}

.section-contact-4 .left {
  padding: 60px;
  background-color: var(--Bg-light-8);
}

.section-contact-4 .left i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px;
  }
}

@media (max-width: 768px) {
  .section-contact-4 .form-legal-consultation, .section-contact-4 .left {
  padding: 40px 15px;
  }
}

.section-contact-4 .list-check {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Line-8);
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .section-doctor-details .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-content {
  padding-left: 20px;
  }
}

.section-doctor-details .img-style {
  width: 100%;
  mask-image: url("../../assets/images/shape/shape-card-3.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position-x: center;
  -webkit-mask-position-y: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-doctor-details .img-style {
  max-width: 600px;
  margin-right: auto;
  }
}

@media (max-width: 991px) {
  .section-doctor-details .img-style {
  text-align: center;
  }
}

.section-doctor-details .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctor-details .experience ul {
  padding: 24px;
  background-color: var(--Bg-light-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.section-doctor-details .experience .tag {
  width: 180px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-doctor-details .experience .tag {
  width: 85px;
  }
}

.section-doctor-details .working-hours {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .section-doctor-details .working-hours {
  margin-top: 40px;
  }
}

.section-doctor-details .working-hours li {
  border: 1px solid var(--Line-8);
  padding: 11px 11px 11px 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours li {
  padding-left: 11px;
  }
}

.section-doctor-details .working-hours .day {
  width: 120px;
}

@media (max-width: 575px) {
  .section-doctor-details .working-hours .day {
  width: 100px;
  }
}

.section-doctor-details .wrap-counter {
  row-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .section-doctor-details .wrap-counter {
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-doctor-details .wrap-counter {
  margin-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .section-doctor-details .box-left {
  max-width: 600px;
  }
}

.section-workinghours .calendar {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}

.section-workinghours .calendar img {
  width: 100%;
}

.section-work-together {
  position: relative;
}

.section-work-together .banner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.section-work-together .bg-banner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .section-work-together .heading-section {
  margin-bottom: 24px;
  }
}

.section-work-together .row {
  row-gap: 40px;
}

.section-work-together .form-contact {
  background-color: var(--White-8);
  padding: 40px 48px 48px;
  border-top: 8px solid var(--Primary-8);
}

@media (min-width: 1200px) {
  .section-work-together .form-contact {
  max-width: 705px;
  margin-left: auto;
  }
}

@media (max-width: 575px) {
  .section-work-together .form-contact {
  padding: 30px 15px;
  }
}

.section-work-together .form-contact textarea {
  height: 136px;
}

.section-work-together .info-list {
  position: relative;
  z-index: 1;
}

.section-amenities .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1441px) {
  .section-amenities .tf-grid-layout {
  column-gap: 50px;
  }
}

.section-project-1 .element {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section-project-1 .element {
  padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-project-1 .project-item {
  position: sticky;
  top: 90px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:nth-child(2n+1) .content {
  padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-project-1 .project-item:first-child .content {
  padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .section-core-values {
  display: flex;
  }
}

@media (min-width: 992px) {
  .section-core-values .box-left {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.5%;
  }
}

@media (min-width: 992px) {
  .section-core-values .accordion-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-core-values .accordion-wrap {
  background-color: rgb(26, 26, 28);
  padding: 75px;
}

@media (max-width: 991px) {
  .section-core-values .accordion-wrap {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .accordion-wrap {
  padding: 75px 40px;
  }
}

.section-core-values .box-left {
  position: relative;
}

.section-core-values .box-left .img-style {
  width: 100%;
  height: 100%;
}

.section-core-values .box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.section-core-values .content-inner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: end;
}

.section-core-values .accordion-wrap .accordion-item:not(:last-child) {
  margin-bottom: 23px;
}

.section-core-values .content {
  display: grid;
  row-gap: 28px;
  column-gap: 28px;
  padding: 48px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  max-width: 600px;
  margin-left: 76px;
  margin-bottom: 75px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .section-core-values .content {
  margin-left: 15px;
  margin-right: 15px;
  }
}

@media (max-width: 1440px) {
  .section-core-values .content {
  margin-left: 40px;
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-core-values .content {
  padding: 30px 15px;
  }
}

.section-core-values .content .dot {
  position: absolute;
  background-color: var(--Primary-8);
  width: 12px;
  height: 12px;
}

.section-core-values .content .dot-top-left {
  top: 0px;
  left: 0px;
}

.section-core-values .content .dot-top-right {
  top: 0px;
  right: 0px;
}

.section-core-values .content .dot-bot-left {
  bottom: 0px;
  left: 0px;
}

.section-core-values .content .dot-bot-right {
  bottom: 0px;
  right: 0px;
}

@media (min-width: 992px) {
  .section-core-values .desc {
  line-height: 40px;
  }
}

.section-volunteer-benefits {
  background-color: var(--Bg-light-8);
  padding-left: 132px;
  padding-right: 160px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media (min-width: 1200px) {
  .section-volunteer-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .section-volunteer-benefits {
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media (min-width: 1441px) {
  .section-volunteer-benefits {
  row-gap: 100px;
  column-gap: 100px;
  }
}

@media (max-width: 1440px) {
  .section-volunteer-benefits {
  padding-left: 40px;
  padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .thumb {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33.953%;
  }
}

@media (min-width: 1200px) {
  .section-volunteer-benefits .box-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
  }
}

.section-volunteer-benefits .thumb {
  height: 832px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199px) {
  .section-volunteer-benefits .thumb {
  margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb {
  height: 450px;
  }
}

.section-volunteer-benefits .thumb .bg-banner {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}

@media (max-width: 768px) {
  .section-volunteer-benefits .thumb .bg-banner {
  height: 700px;
  }
}

.section-volunteer-benefits .box-icon {
  display: flex;
  padding: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  row-gap: 16px;
  column-gap: 16px;
  background-color: var(--White-8);
}

@media (max-width: 768px) {
  .section-volunteer-benefits .box-icon {
  padding: 24px 15px;
  }
}

.section-volunteer-benefits .box-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Primary-8);
  font-size: 32px;
  height: 60px;
  width: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid var(--Primary-8);
  flex-shrink: 0;
}

.section-campaign {
  padding-bottom: 60px;
}

.section-campaign .tf-grid-layout {
  row-gap: 20px;
  column-gap: 12px;
}

.section-campaign .box-left {
  background-color: var(--Secondary);
  padding: 117.5px 135px 116.5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .section-campaign .box-left {
  padding: 60px 15px;
  }
}

@media (max-width: 1440px) {
  .section-campaign .box-left {
  padding: 80px 40px;
  }
}

.section-campaign .progress-info {
  margin-top: 8px;
}

.section-campaign .progress-info .amount {
  color: var(--Primary-8);
}

.section-campaign .amount-input-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
}

.section-campaign .amount-input-wrapper .currency-symbol {
  height: 100%;
  width: 56px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--Primary-8);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--White-8);
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.section-campaign .amount-input-wrapper .amount-input {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: var(--Line-8);
  width: 100%;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 28px;
  border-top-left-radius: 0px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.section-campaign .amount-input-wrapper .amount-input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.section-campaign .quick-amount-btn, .section-campaign .custom-btn {
  background: var(--White-8);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  color: var(--Text-primary-8);
  font-family: var(--font-main2);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.section-campaign .quick-amount-btn:hover, .section-campaign .custom-btn:hover {
  background-color: var(--Primary-8);
  transform: translateY(-2px);
  color: var(--White-8);
}

.section-campaign .quick-amount-btn.highlighted, .section-campaign .custom-btn.highlighted {
  background: var(--Primary-8);
  color: var(--White-8);
}

.section-campaign .bot i {
  font-size: 20px;
}

.section-campaign .thumb {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.section-campaign .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-campaign .thumb .item {
  position: absolute;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--White-8);
  padding: 8px;
  max-width: 245px;
  bottom: 20px;
  right: 20px;
}

.section-campaign .thumb .item .img-style {
  margin-bottom: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-campaign .popup-youtube {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-campaign .popup-youtube i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: var(--Text-primary-8);
}

@media (min-width: 1200px) {
  .seciton-energy-solution .box-left {
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  .seciton-energy-solution .img-style {
  max-width: 665px;
  margin-left: auto;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .heading-section {
  margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .seciton-energy-solution .row {
  row-gap: 40px;
  column-gap: 40px;
  }
}

@media (max-width: 991px) {
  .seciton-energy-solution .box-left > p {
  margin-bottom: 30px;
  }
}

.seciton-energy-solution .img-style {
  height: 886px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img-style {
  height: 450px;
  }
}

.seciton-energy-solution .img {
  height: 1100px;
}

@media (max-width: 768px) {
  .seciton-energy-solution .img {
  height: 700px;
  }
}

.seciton-energy-solution .box-icon .icon {
  font-size: 60px;
  color: var(--Text-primary-8);
}

@media (max-width: 768px) {
  .seciton-energy-solution .box-icon .icon {
  font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .seciton-energy-solution .tf-grid-layout {
  row-gap: 40px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .row {
  row-gap: 40px;
}

@media (min-width: 1200px) {
  .section-agriculture-intro .box-left {
  max-width: 620px;
  }
}

@media (min-width: 1441px) {
  .section-agriculture-intro .tf-grid-layout {
  row-gap: 60px;
  column-gap: 60px;
  }
}

.section-agriculture-intro .img-style {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.section-agriculture-intro .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-agriculture-intro .box-icon .icon {
  border: 1px solid var(--Line-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 60px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-secondary-8);
}

@media (max-width: 575px) {
  .section-agriculture-intro .box-icon .icon {
  height: 70px;
  width: 70px;
  font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-agriculture-intro .box-icon .icon {
  margin-bottom: 24px;
  }
}

.section-farming-video {
  background-color: var(--Bg-light-8);
}

.section-farming-video video {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .section-farming-video video {
  height: 400px;
  }
}

.section-image-view .icv__label {
  background-color: var(--Bg-light-8);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--Black-8);
}

.section-image-view .icv__circle {
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  border-top-color: unset !important;
  border-top-style: unset !important;
  border-top-width: unset !important;
  border-right-color: unset !important;
  border-right-style: unset !important;
  border-right-width: unset !important;
  border-bottom-color: unset !important;
  border-bottom-style: unset !important;
  border-bottom-width: unset !important;
  border-left-color: unset !important;
  border-left-style: unset !important;
  border-left-width: unset !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-image-width: unset !important;
  border-image-outset: unset !important;
  border-image-repeat: unset !important;
}

.section-image-view .icv__circle::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: var(--White-8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-image-view .icv__circle::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: var(--Text-primary-8);
  z-index: 2;
}

.section-image-view .icv__theme-wrapper {
  display: none;
}

.section-image-view .img-viewer-compare-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-image-view .img-viewer-compare-wrap {
  margin-bottom: 40px;
  }
}

.section-image-view .wrap-marquee {
  padding: 23px 0px;
  border-top: 1px solid var(--Line-8);
  border-bottom: 1px solid var(--Line-8);
}

.section-image-view .infiniteslide {
  align-items: center;
  row-gap: 60px;
  column-gap: 60px;
}

.section-image-view .marqee-inner {
  align-items: center;
  row-gap: 12px;
  column-gap: 12px;
  display: flex !important;
}

.section-image-view .marqee-inner i {
  font-size: 24px;
  color: var(--Primary-8);
}

.section-calendar .wrap-calendar {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(64, 72, 87, 0.15) 0px 5px 18px 5px;
}

.header.landing {
  margin-top: 40px;
  margin-bottom: -128px;
  box-shadow: unset;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header.landing {
  margin-top: 20px;
  }
}

.header.landing .header-inner {
  background-color: var(--White-8);
  padding-left: 24px;
  padding-right: 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.header.landing.is-fixed .header-inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 0s;
  transition-property: all;
}

.hero-landing {
  background-image: url("../images/landing/page-title.png");
  background-size: cover;
  background-color: var(--Primary-8);
  position: relative;
  padding-top: 228px;
  padding-bottom: 152px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .hero-landing {
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .hero-landing {
  padding-top: 185px;
  }
}

.hero-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-landing .content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .hero-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.hero-landing .list {
  row-gap: 12px;
  column-gap: 32px;
}

.hero-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.hero-landing .list i {
  font-size: 24px;
}

.hero-landing .wrap-btn {
  row-gap: 32px;
  column-gap: 32px;
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn {
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-landing .wrap-btn .tf-btn {
  max-width: 100%;
  width: 100%;
  }
}

.hero-landing .tf-breadcrumb li:not(:last-child)::after {
  color: var(--Secondary);
  font-size: 12px;
}

.hero-landing .item-1 {
  width: 17.8%;
  top: -2.4%;
  left: -47px;
}

.hero-landing .item-2 {
  width: 21.3%;
  top: 35.9%;
  right: 77.3%;
}

.hero-landing .item-3 {
  width: 30.3%;
  bottom: -108px;
  left: 23px;
}

.hero-landing .item-4 {
  width: 15.6%;
  top: 0px;
  right: 0px;
}

.hero-landing .item-5 {
  width: 22.9%;
  top: 31.7%;
  right: 0px;
}

.hero-landing .item-6 {
  width: 27.7%;
  bottom: -104px;
  right: 18px;
}

.page-title-landing {
  background-color: var(--Bg-light-8);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-title-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

.section-overview-landing {
  z-index: 2;
}

.section-overview-landing .wrap-overview {
  display: grid;
  grid-template-columns: 1fr 570px 1fr;
}

@media (max-width: 1199px) {
  .section-overview-landing .wrap-overview {
  display: flex;
  flex-wrap: wrap;
  }
}

.section-overview-landing .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .section-overview-landing .large {
  order: 1;
  width: 100%;
  }
}

@media (max-width: 1199px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .section-overview-landing .col-overview-1, .section-overview-landing .col-overview-2 {
  width: 100%;
  }
}

.overview-card {
  position: relative;
  box-shadow: rgba(54, 95, 104, 0.1) 0px 10px 25px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--White-8);
}

.overview-card .shape {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 768px) {
  .overview-card br {
  display: none;
  }
}

.overview-card.large {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 0px;
  row-gap: 16px;
  column-gap: 16px;
}

.overview-card.large p {
  opacity: 0.5;
}

.overview-card.large .img-style {
  position: relative;
  max-width: 450px;
  padding: 12px 21px 0px;
}

.overview-card.large .img-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.large .img-demo {
  position: relative;
  z-index: 1;
}

.overview-card.card-1 {
  padding-top: 28px;
  padding-bottom: 36px;
}

.overview-card.card-1 .img-style {
  text-align: center;
}

@media (min-width: 1441px) {
  .overview-card.card-1 .img-style {
  margin-left: 66px;
  text-align: start;
  }
}

.overview-card.card-2 {
  padding-bottom: 28px;
}

.overview-card.card-2 .img-style {
  position: relative;
  margin-bottom: 36px;
  overflow-x: hidden;
  overflow-y: hidden;
  mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 16.92%, rgb(255, 255, 255) 50.08%, rgba(255, 255, 255, 0.6) 86.31%, rgba(255, 255, 255, 0) 100%);
  mask-mode: alpha;
  mask-repeat: no-repeat;
}

.overview-card.card-2 .img-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-card.card-2 ul {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.overview-card.card-2 ul li {
  padding: 16px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--White-8);
  max-width: 320px;
  width: 100%;
  margin-bottom: 8px;
}

.overview-card.card-2 ul i {
  color: var(--Primary-8);
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.overview-card.card-2 ul i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--Text-primary-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.overview-card.card-3 {
  padding: 28px 24px 24px;
}

.overview-card.card-3 .img-style {
  width: 100%;
  min-height: 100%;
}

.overview-card.card-3 img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.overview-card.card-4 {
  padding: 10px 24px 28px 19px;
  text-align: center;
}

.demo-card {
  padding: 26px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
  background-color: var(--White-8);
  position: relative;
}

.demo-card .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card .img-style::before {
  content: "";
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(0deg, rgb(21, 64, 64) 0.38%, rgba(21, 64, 64, 0) 74.4%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.demo-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-card .tag {
  padding: 3px 16px;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
  border-bottom-left-radius: 140px;
  color: var(--White-8);
}

.demo-card .tag.trend {
  background-color: rgb(255, 107, 53);
}

.demo-card .tag.hot {
  background-color: rgb(78, 73, 231);
}

.demo-card .tag.new {
  background-color: rgb(25, 110, 110);
}

.demo-card .wrap-button {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: all;
  transition-delay: 0.3s;
  z-index: 2;
}

.demo-card:hover .wrap-button {
  opacity: 1;
}

.demo-card:hover .img-style::before {
  height: 200px;
}

.demo-card.soon .img-style {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 24px;
  position: relative;
}

.demo-card.soon .img-style::before {
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 51.04%, rgb(0, 0, 0) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.demo-card.soon .img-style .sub {
  text-wrap-mode: nowrap;
  text-wrap-style: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-demos {
  position: relative;
  z-index: 2;
  background-color: var(--Bg-light-8);
}

.section-demos .heading-section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.section-device-mobile {
  background-color: var(--Secondary);
}

.section-device-mobile .heading-section p {
  opacity: 0.5;
}

.section-device-mobile .wrap-device-mobile {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon {
  padding-top: 57px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-box-icon .icon {
  margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .section-device-mobile .tf-grid-layout {
  row-gap: 43.33px;
  column-gap: 43.33px;
  }
}

@media (min-width: 1200px) {
  .section-tech-use .tf-grid-layout {
  row-gap: 60px;
  }
}

.tech-use-item .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(28, 36, 51, 0.1) 0px 5px 5px 0px;
}

.section-show-inner {
  max-width: 1920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Bg-light-8);
}

.section-show-inner .demo-card {
  padding: 24px 24px 26px;
}

.section-show-inner .sw-dots .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .section-show-inner .sw-dots {
  margin-top: 46px;
  }
}

.section-banner-landing {
  position: relative;
}

.section-banner-landing .wrap-slide {
  position: relative;
}

.section-banner-landing .wrap-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--Bg-dark-9);
  opacity: 0.68;
}

.section-banner-landing .infiniteslide {
  row-gap: 30px;
  column-gap: 30px;
  height: 1400px;
}

@media (max-width: 1199px) {
  .section-banner-landing .infiniteslide {
  height: 990px;
  }
}

@media (max-width: 991px) {
  .section-banner-landing .infiniteslide {
  height: 600px;
  }
}

@media (max-width: 575px) {
  .section-banner-landing .infiniteslide {
  height: 400px;
  }
}

.section-banner-landing .content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.section-features-landing {
  background-color: var(--Bg-light-8);
}

.section-features-landing .box-icon {
  background-color: var(--White-8);
  text-align: center;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

@media (max-width: 575px) {
  .section-features-landing .box-icon {
  padding: 20px;
  }
}

.section-features-landing .box-icon .icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-features-landing .tf-grid-layout {
  row-gap: 20px;
  column-gap: 20px;
  }
}

.section-support-landing {
  background-color: var(--Primary-8);
}

.section-support-landing .tf-grid-layout {
  row-gap: 40px;
}

.section-support-landing .box-icon {
  display: flex;
  align-items: center;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon {
  row-gap: 15px;
  column-gap: 15px;
  }
}

.section-support-landing .box-icon .icon {
  flex-shrink: 0;
  font-size: 52px;
  color: var(--Secondary);
  height: 100px;
  width: 100px;
  background-color: var(--White-8);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-support-landing .box-icon .icon {
  height: 60px;
  width: 60px;
  font-size: 32px;
  }
}

.device-mobile_item .wrap-video {
  position: relative;
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.device-mobile_item video {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .device-mobile_item video {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  }
}

@media (max-width: 768px) {
  .device-mobile_item video {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  }
}

.device-mobile_item .img-phone_simlation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .device-mobile_item {
  row-gap: 12px;
  column-gap: 12px;
  }
}

.footer-landing {
  background-image: url("../images/landing/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 112px;
  padding-bottom: 111px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 991px) {
  .footer-landing {
  padding-top: 80px;
  padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .footer-landing {
  padding-top: 60px;
  padding-bottom: 60px;
  }
}

@media (max-width: 1440px) {
  .footer-landing br {
  display: none;
  }
}

.footer-landing .floating-images {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 991px) {
  .footer-landing .footer-logo site-logo {
  max-width: 183px;
  }
}

.footer-landing .content {
  text-align: center;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.footer-landing .list {
  row-gap: 12px;
  column-gap: 32px;
  color: var(--White-8);
}

.footer-landing .list li {
  row-gap: 12px;
  column-gap: 12px;
}

.footer-landing .list i {
  color: var(--Primary-8);
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer-landing .title {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  }
}

.footer-landing .item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-landing .item-1 {
  width: 17.7%;
  top: -20px;
  left: 6.7%;
}

.footer-landing .item-2 {
  top: 39%;
  left: -25px;
  width: 17.7%;
}

.footer-landing .item-3 {
  bottom: -33px;
  left: 8.4%;
  width: 17.7%;
}

.footer-landing .item-4 {
  top: 23px;
  right: 9.6%;
  width: 18.8%;
}

.footer-landing .item-5 {
  top: 43.4%;
  right: -26px;
  width: 18.7%;
}

.footer-landing .item-6 {
  bottom: 0px;
  right: 13.3%;
  width: 18.8%;
}

.themes-agency {
  ---primary: #ccff77;
  ---secondary: #154040;
}

.themes-insurance {
  ---primary: #9cf8e9;
  ---secondary: #184778;
  ---bg-light: #f0f4f8;
}

.themes-medical {
  ---primary: #196e6e;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-restaurant {
  ---primary: #ff6b35;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aitech {
  ---primary: #94ff94;
  ---secondary: #e5f2e4;
  ---bg-light: #f0f4f8;
}

.themes-aicontentwriter {
  ---primary: #4e49e7;
  ---bg-light: #f8f8f8;
}

.themes-saas {
  ---primary: #4e49e7;
}

.themes-health-coach {
  ---primary: #10483d;
  ---secondary: #c3efe6;
}

.themes-salon-spa {
  ---primary: #df9380;
  ---secondary: #4a231a;
  ---bg-light: #fbf6f4;
}

.themes-construction {
  ---primary: #fd7601;
}

.themes-coworking-space {
  ---primary: #e7f64c;
}

.themes-garden-landscaping {
  ---primary: #19aa3b;
}

.themes-car-service {
  ---primary: #f44649;
}

.themes-charity {
  ---primary: #f68462;
  ---secondary: #304fbe;
  ---bg-light: #fff6ef;
}

.themes-architechture {
  ---primary: #0a0a0a;
  ---secondary: #1b263b;
}

.themes-logistics {
  ---primary: #f08044;
  ---secondary: #1a203f;
}

.themes-solar-energy {
  ---primary: #b7f063;
  ---secondary: #1a203f;
}

.themes-agriculture-farming {
  ---primary: #3c6b1a;
  ---secondary: #8fbf2c;
}

.themes-lawyer {
  ---primary: #b38b2e;
  ---secondary: #1b263b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--Text-primary-8);
  font-weight: 600;
}

.font-main {
  font-family: var(--font-main-5);
}

.font-2 {
  font-family: var(--font-main2);
}

.font-3 {
  font-family: var(--font-main3);
}

.font-4 {
  font-family: var(--font-main4);
}

.navigation li > a {
  color: var(--White-8);
}

.main-menu .current-menu > a, .main-menu .current-menu-item > a {
  color: var(--Primary-8) !important;
}

.navigation li.has-child::after {
  color: var(--White-8);
}

.main-menu.style-1 .navigation > li > a::before {
  background-color: var(--White-8);
}

.main-menu.style-1 .current-menu > a {
  color: var(--White-8) !important;
}

.main-menu .current-menu::after {
  color: var(--White-8) !important;
}

.navigation .submenu li:hover > a {
  color: var(--Primary-8);
}

.main-menu .navigation > li:hover > a {
  color: var(--Primary-8);
}

.main-menu .current-menu::after, .main-menu .current-menu-item::after {
  color: var(--Primary-8) !important;
}

.tf-btn {
  color: var(--Text-primary-8);
}

.tf-btn.style-border {
  color: var(--White-8);
}

.tf-btn.btn-bg-white {
  color: var(--Text-primary-8);
}